You are here

service plugin.manager.workflows.type in Drupal 9

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

Class

Drupal\workflows\WorkflowTypeManager

Tags

  • plugin_manager_cache_clear
6 string references to plugin.manager.workflows.type
StateTransitionValidationTest::setUp in core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
Workflow::getPluginCollection in core/modules/workflows/src/Entity/Workflow.php
Encapsulates the creation of the workflow's plugin collection.
WorkflowAccessControlHandler::createInstance in core/modules/workflows/src/WorkflowAccessControlHandler.php
Instantiates a new instance of this entity handler.
WorkflowAddForm::create in core/modules/workflows/src/Form/WorkflowAddForm.php
Instantiates a new instance of this class.
WorkflowListBuilder::createInstance in core/modules/workflows/src/WorkflowListBuilder.php
Instantiates a new instance of this entity handler.

... See full list

File

core/modules/workflows/workflows.services.yml
core/modules/workflows/workflows.services.yml

View source
  1. class: Drupal\workflows\WorkflowTypeManager
  2. parent: default_plugin_manager
  3. tags:
  4. - { name: plugin_manager_cache_clear }