background_batch.routing.yml in Background Process 8
background_batch/background_batch.routing.yml
File
background_batch/background_batch.routing.ymlView source
- background_batch.settings_form:
- path: /admin/config/system/batch
- defaults:
- _title: Batch
- _form: \Drupal\background_batch\Form\BackgroundBatchSettingsForm
- requirements:
- _permission: 'administer site configuration'
- background_batch.overview_page:
- path: /admin/config/system/batch/overview
- defaults:
- _title: Overview
- _controller: '\Drupal\background_batch\Controller\DefaultController::backgroundBatchOverviewPage'
- requirements:
- _permission: 'administer site configuration'