Closed (fixed)
Project:
Token Filter
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2026 at 09:39 UTC
Updated:
22 Jun 2026 at 01:50 UTC
Jump to comment: Most recent
PHP Attributes are replacing annotations. These allow better syntax checking, and move away from the "code in comments" pattern of older annotations.
I think the CKEditor plugins will have to stay as annotations while D10 is still supported, but the filter can move to an Attribute.
I have converted it and tested against D10.
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
lostcarpark commentedConverted TokenFilter to attribute.
Comment #5
darvanenLGTM, needed rebasing (twice! lol)
Comment #7
darvanen