workflows.services.yml

Same filename and directory in other branches
  1. 9 core/modules/workflows/workflows.services.yml
  2. 8.9.x core/modules/workflows/workflows.services.yml
  3. 10 core/modules/workflows/workflows.services.yml
core/modules/workflows/workflows.services.yml

File

core/modules/workflows/workflows.services.yml

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

Services

Title Deprecated Summary
plugin.manager.workflows.type Drupal\workflows\WorkflowTypeManager
workflows.access_check.extended_permissions Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck
_defaults

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