Closed (fixed)
Project:
Date Augmenter API
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 May 2026 at 15:04 UTC
Updated:
6 Jun 2026 at 15:40 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, Date Augmenter defines its plugins using Doctrine-style annotations. These should be retained for the time being for backward compatibility (sites < 10.3), but PHP Attribute support should be added for forward compatibility (Drupal 12+).
Add the Attribute(s)
N/A
N/A
N/A
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 #5
mandclu commentedThanks for your work on this. Merged in, and I will roll a new release shortly.