annotate core/modules/workflows/workflows.services.yml @ 0:4c8ae668cc8c
Initial import (non-working)
author |
Chris Cannam |
date |
Wed, 29 Nov 2017 16:09:58 +0000 |
parents |
|
children |
af1871eacc83 |
rev |
line source |
Chris@0
|
1 services:
|
Chris@0
|
2 plugin.manager.workflows.type:
|
Chris@0
|
3 class: Drupal\workflows\WorkflowTypeManager
|
Chris@0
|
4 parent: default_plugin_manager
|
Chris@0
|
5 tags:
|
Chris@0
|
6 - { name: plugin_manager_cache_clear }
|
Chris@0
|
7 workflows.access_check.delete_state:
|
Chris@0
|
8 class: \Drupal\workflows\WorkflowDeleteAccessCheck
|
Chris@0
|
9 tags:
|
Chris@0
|
10 - { name: access_check, applies_to: _workflow_state_delete_access }
|