Problem/Motivation
#3522923: Convert plugin discovery to attributes added Attribute based plugin discovery. However, the example plugins still use annotations
Steps to reproduce
See for example https://git.drupalcode.org/project/extra_field/-/blob/3.0.x/modules/extr...
Proposed resolution
Convert example plugins from annotations to attributes
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork extra_field-3577324
Show commands
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
idebr commentedComment #4
idebr commentedThe merge request converts example plugins from annotations to attributes
Comment #5
pcambraAh good catch, I don't know why we didn't do these on the first go, thanks @idebr!
Comment #7
pcambra