Problem/Motivation
Since Drupal 10.2, core uses PHP attributes instead of annotations.
Follow this pattern by converting the existing plugin annotations to attributes.
Proposed resolution
See https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins
Remaining tasks
- Convert plugin annotations to attributes.
- Update the supported Drupal core version to 10.2+
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork api_connection-3519856
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 #4
svendecabooter