workflow_cleanup.routing.yml in Workflow 8
modules/workflow_cleanup/workflow_cleanup.routing.yml
1 string reference to YAML keys in workflow_cleanup.routing.yml
- workflow_cleanup_help in modules/
workflow_cleanup/ workflow_cleanup.module - Implements hook_help().
File
modules/workflow_cleanup/workflow_cleanup.routing.ymlView source
- workflow.cleanup.settings:
- path: '/admin/config/workflow/workflow/cleanup'
- defaults:
- _form: '\Drupal\workflow_cleanup\Form\WorkflowCleanupSettingsForm'
- _title: 'Clean up workflow'
- requirements:
- _permission: 'administer workflow'