Add ability to execute action configuration entities
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3279023. --> Reported by: [mxh](https://www.drupal.org/user/1124384) Related to !203 !206 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Drupal core contains a module "action" that provides the ability to store actions with a specific configuration as configuration entity (prefixed with system.action.*.*). It may be convenient to execute such preconfigured actions similiar to how VBO does it.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>I currently see two options:</p> <ol> <li>Implement an action plugin "Execute pre-configured action" that would in turn provide a selection list of available action configurations, and then execute the selected config entity.</li> <li>Same as option 1 by implementing an action plugin "Execute pre-configured action", but using a deriver that defines one action for each configuration entity.</li> </ol> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> > Related issue: [Issue #3266458](https://www.drupal.org/node/3266458) > Related issue: [Issue #3259048](https://www.drupal.org/node/3259048) > Related issue: [Issue #3238783](https://www.drupal.org/node/3238783)
issue