Issue #3423120 by dineshkumarbollu, mohit_aghera: Remove `@Annotation` tag from Action attribute

merge-requests/6375/merge
catch 2024-02-23 17:21:32 +00:00
parent 223f5c0a07
commit a6b5f9f450
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ use Drupal\Core\StringTranslation\TranslatableMarkup;
* @see \Drupal\Core\Action\ActionBase
* @see \Drupal\Core\Action\Plugin\Action\UnpublishAction
* @see plugin_api
*
* @Annotation
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class Action extends Plugin {