Mercurial > hg > isophonics-drupal-site
annotate core/modules/workflows/workflows.services.yml @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
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 } |