workflows.services.yml
Same filename in other branches
File
-
core/
modules/ workflows/ workflows.services.yml
View source
- services:
- plugin.manager.workflows.type:
- class: Drupal\workflows\WorkflowTypeManager
- parent: default_plugin_manager
- tags:
- - { name: plugin_manager_cache_clear }
- workflows.access_check.extended_permissions:
- class: \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck
- tags:
- - { name: access_check, applies_to: _workflow_access }
- workflows.access_check.delete_state:
- class: \Drupal\workflows\WorkflowDeleteAccessCheck
- tags:
- - { name: access_check, applies_to: _workflow_state_delete_access }
Services
Title | Deprecated | Summary |
---|---|---|
plugin.manager.workflows.type | Drupal\workflows\WorkflowTypeManager | |
workflows.access_check.delete_state | \Drupal\workflows\WorkflowDeleteAccessCheck | |
workflows.access_check.extended_permissions | \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.