Closed (fixed)
Project:
Last Updated
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
24 Nov 2025 at 20:32 UTC
Updated:
8 Dec 2025 at 21:04 UTC
Jump to comment: Most recent
Drupal 10.3 made available defining plugins using PHP Attributes (https://www.drupal.org/docs/drupal-apis/plugin-api/attribute-based-plugins), and these attributes on plugins are required in Drupal 12.
Currently, we define our plugins using docblock annotations. These can be converted using machine-translation tools, namely Drupal Rector.
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 #3
mark_fullmer