You are here

batch_example.routing.yml in Examples for Developers 8

batch_example/batch_example.routing.yml

File

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'