Issue #2779647 by alexpott, Sam152, catch, scookie, yoroy, pericxc, timmillwood, tacituseu, jhedstrom, xjm, bojanz, tstoeckler: Add a workflow component, ui module, and implement it in content moderation
2016-12-13 12:34:20 +00:00
|
|
|
services:
|
|
|
|
plugin.manager.workflows.type:
|
|
|
|
class: Drupal\workflows\WorkflowTypeManager
|
|
|
|
parent: default_plugin_manager
|
|
|
|
tags:
|
2017-02-10 17:28:48 +00:00
|
|
|
- { name: plugin_manager_cache_clear }
|
2018-09-11 23:53:48 +00:00
|
|
|
workflows.access_check.extended_permissions:
|
|
|
|
class: \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck
|
|
|
|
tags:
|
|
|
|
- { name: access_check, applies_to: _workflow_access }
|
2017-02-10 17:28:48 +00:00
|
|
|
workflows.access_check.delete_state:
|
|
|
|
class: \Drupal\workflows\WorkflowDeleteAccessCheck
|
|
|
|
tags:
|
|
|
|
- { name: access_check, applies_to: _workflow_state_delete_access }
|