view 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
line wrap: on
line source
services:
  plugin.manager.workflows.type:
    class: Drupal\workflows\WorkflowTypeManager
    parent: default_plugin_manager
    tags:
      - { name: plugin_manager_cache_clear }
  workflows.access_check.delete_state:
    class: \Drupal\workflows\WorkflowDeleteAccessCheck
    tags:
      - { name: access_check, applies_to: _workflow_state_delete_access }