batch_example.routing.yml

Same filename and directory in other branches
  1. 4.0.x modules/batch_example/batch_example.routing.yml
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.yml

View source
  1. batch_example.form:
  2. path: '/examples/batch_example'
  3. defaults:
  4. _form: '\Drupal\batch_example\Form\BatchExampleForm'
  5. _title: 'Demo of batch processing'
  6. requirements:
  7. _permission: 'access content'