Closed (fixed)
Project:
Simple XML sitemap
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 May 2025 at 13:20 UTC
Updated:
23 Dec 2025 at 20:24 UTC
Jump to comment: Most recent
As per https://www.drupal.org/node/3395582 not providing an attribute class is deprecated in 11.2
Since we only support 10.2 and above we can safely remove the annotations.
See Attribute-based plugins, Plugin types should use PHP attributes instead of annotations and Plugin implementations should use PHP attributes instead of annotations
N/A
Add attribute support
Do it
N/A
Annotations removed, attributes added.
N/A
Comments
Comment #2
gbyteComment #3
acbramley commentedUpdated IS
Comment #5
gbyteBoth annotation types now work with this module.