You are here

workflow_cleanup.routing.yml in Workflow 8

modules/workflow_cleanup/workflow_cleanup.routing.yml

File

modules/workflow_cleanup/workflow_cleanup.routing.yml
View source
  1. workflow.cleanup.settings:
  2. path: '/admin/config/workflow/workflow/cleanup'
  3. defaults:
  4. _form: '\Drupal\workflow_cleanup\Form\WorkflowCleanupSettingsForm'
  5. _title: 'Clean up workflow'
  6. requirements:
  7. _permission: 'administer workflow'