You are here

background_batch.routing.yml in Background Process 8

background_batch/background_batch.routing.yml

File

background_batch/background_batch.routing.yml
View source
  1. background_batch.settings_form:
  2. path: /admin/config/system/batch
  3. defaults:
  4. _title: Batch
  5. _form: \Drupal\background_batch\Form\BackgroundBatchSettingsForm
  6. requirements:
  7. _permission: 'administer site configuration'
  8. background_batch.overview_page:
  9. path: /admin/config/system/batch/overview
  10. defaults:
  11. _title: Overview
  12. _controller: '\Drupal\background_batch\Controller\DefaultController::backgroundBatchOverviewPage'
  13. requirements:
  14. _permission: 'administer site configuration'