batch_example.routing.yml
Same filename in other branches
1 string reference to YAML keys in batch_example.routing.yml
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links for testing toolbar routes.
File
-
modules/
batch_example/ batch_example.routing.yml
View source
- batch_example.form:
- path: '/examples/batch_example'
- defaults:
- _form: '\Drupal\batch_example\Form\BatchExampleForm'
- _title: 'Demo of batch processing'
- requirements:
- _permission: 'access content'