Problem/Motivation
As per https://www.drupal.org/node/3395582 not providing an attribute class is deprecated in 11.2
Since we only support 10.3 and above we can safely remove the annotations.
Steps to reproduce
N/A
Proposed resolution
Add attribute support
Remaining tasks
Do it
User interface changes
N/A
API changes
Annotations removed, attributes added.
Data model changes
N/A
Issue fork search_api_opensearch-3556301
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
kim.pepperComment #5
acbramley commentedLooks good!
Comment #8
kim.pepperCommitted to 3.x and 2.x. Thanks!