plugin.manager.action

Same name and namespace in other branches
  1. 9 core/core.services.yml \plugin.manager.action
  2. 10 core/core.services.yml \plugin.manager.action
  3. 8.9.x core/core.services.yml \plugin.manager.action

Class

Drupal\Core\Action\ActionManager
5 string references to plugin.manager.action
Action::create in core/modules/system/src/Entity/Action.php
Constructs a new entity object, without permanently saving it.
Action::getPluginCollection in core/modules/system/src/Entity/Action.php
Encapsulates the creation of the action's LazyPluginCollection.
ActionTest::setUp in core/modules/system/tests/src/Kernel/Action/ActionTest.php
EmailActionTest::testEmailAction in core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php
Tests the email action plugin.
PluginExistsConstraintValidatorTest::testValidation in core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php
Tests validation of plugin existence.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Action\ActionManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.