batch_example.routing.yml in Examples for Developers 3.x
modules/batch_example/batch_example.routing.yml
1 string reference to YAML keys in batch_example.routing.yml
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links to provide.
File
modules/batch_example/batch_example.routing.ymlView source
- batch_example.form:
- path: '/examples/batch_example'
- defaults:
- _form: '\Drupal\batch_example\Form\BatchExampleForm'
- _title: 'Demo of batch processing'
- requirements:
- _permission: 'access content'