You are here

lightning_workflow.services.yml in Lightning Workflow 8.3

Same filename and directory in other branches
  1. 8 lightning_workflow.services.yml
  2. 8.2 lightning_workflow.services.yml

File

lightning_workflow.services.yml
View source
  1. services:
  2. lightning_workflow.views_data:
  3. class: '\Drupal\lightning_workflow\ViewsData'
  4. arguments:
  5. - '@entity_type.manager'
  6. lightning_workflow.route_subscriber:
  7. class: '\Drupal\lightning_workflow\Routing\RouteSubscriber'
  8. tags:
  9. - { name: event_subscriber }