Please add support for PHP Attributes. This module requires 10.2 which supports Attributes and is the recommended way to add Plugin types
1. Create new ListOptions Plugin
2. Use Attribute instead of Annotation
3. Plugin is not discovered
Add a new class that extends Drupal\Component\Plugin\Attribute\Plugin
Add class and update the plugin manager
none
ListOption plugins can use either Annotations or Attributes
none
Active
3.0
Code