toolbar_plus-1.0.x-dev/modules/toolbar_plus_entity_workflow/toolbar_plus_entity_workflow.services.yml
modules/toolbar_plus_entity_workflow/toolbar_plus_entity_workflow.services.yml
services:
toolbar_plus_entity_workflow.before_entity_workflow_enhancer:
class: Drupal\toolbar_plus_entity_workflow\Routing\BeforeEntityWorkflowEnhancer
arguments: ['@toolbar_plus.ui']
tags:
- { name: route_enhancer, priority: 10 }
toolbar_plus_entity_workflow.after_entity_workflow_enhancer:
class: Drupal\toolbar_plus_entity_workflow\Routing\AfterEntityWorkflowEnhancer
arguments: ['@toolbar_plus.ui']
tags:
- { name: route_enhancer, priority: -10 }
