Closed (fixed)
Project:
Name Field
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2025 at 16:48 UTC
Updated:
13 Nov 2025 at 19:39 UTC
Jump to comment: Most recent
Since Drupal 10.3 Core Plugins use attributes instead of annotation.
https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins
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
bluegeek9 commentedComment #4
bluegeek9 commentedDrupal 10 is still using Annotation for ConfigEntityType, so I did not convert the name_list_format and name_format entities.
Also, I did not update plugins for Feeds and Diff.
Feeds only support Annotation at the moment.
I wal unlue if I should convert the Diff plugin to Attributes since the dependency is dev.
Comment #5
bluegeek9 commented