You are here

workflows.services.yml in Drupal 10

core/modules/workflows/workflows.services.yml

File

core/modules/workflows/workflows.services.yml
View source
  1. services:
  2. plugin.manager.workflows.type:
  3. class: Drupal\workflows\WorkflowTypeManager
  4. parent: default_plugin_manager
  5. tags:
  6. - { name: plugin_manager_cache_clear }
  7. workflows.access_check.extended_permissions:
  8. class: Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck
  9. tags:
  10. - { name: access_check, applies_to: _workflow_access }