Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal