You are here

service plugin.manager.action in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/core.services.yml \plugin.manager.action

Class

Drupal\Core\Action\ActionManager
5 string references to plugin.manager.action
Action::getPluginCollection in core/modules/system/src/Entity/Action.php
Encapsulates the creation of the action's LazyPluginCollection.
ActionAddForm::create in core/modules/action/src/ActionAddForm.php
Instantiates a new instance of this class.
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.
ActionUnitTest::setUp in core/modules/system/src/Tests/Action/ActionUnitTest.php
Performs setup tasks before each individual test method is run.

File

core/core.services.yml
core/core.services.yml

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