How to alter Core Existing Actions using hook_action_info_alter
In Drupal 9 /10 We have a core Actions Plugin defined in docroot/core/lib/Drupal/Core/Action/ActionManager.php which is providing a hook to alter Action annotations, I used the below code to alter the existing Action Class with a New one
In your cust...
sreenidrupaldev.hashnode.dev1 min read