service plugin.manager.action in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \plugin.manager.action
Class
Drupal\Core\Action\ActionManager5 string references to plugin.manager.action
- Action::getPluginCollection in core/
modules/ system/ src/ Entity/ Action.php - Encapsulates the creation of the action's LazyPluginCollection.
- ActionAdminManageForm::create in core/
modules/ action/ src/ Form/ ActionAdminManageForm.php - Instantiates a new instance of this class.
- ActionListBuilder::createInstance in core/
modules/ action/ src/ ActionListBuilder.php - Instantiates a new instance of this entity handler.
- ActionTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ Action/ ActionTest.php - EmailActionTest::testEmailAction in core/
tests/ Drupal/ KernelTests/ Core/ Action/ EmailActionTest.php - Test the email action plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Action\ActionManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'