Fixed
Project:
Feeds
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Aug 2026 at 08:55 UTC
Updated:
13 Aug 2026 at 10:33 UTC
Jump to comment: Most recent
The FieldType and FieldFormatter plugins need to be converted to use attributes instead of annotation. Defining FieldType and FieldFormatter plugins using attributes instead of annotation is supported since Drupal 10.3. See https://www.drupal.org/node/3229001.
Feeds currently requires at least Drupal 10.3, so the conversion can be done without keeping the annotation.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
megachrizI missed that FieldFormatter and FieldWidget plugins are also listed on https://www.drupal.org/node/3229001, so these can be converted too in one go.
Comment #3
megachrizOops, Feeds doesn't have any FeedsWidget plugins yet. Retitling again.
Comment #6
megachrizMerged.