You are here

bulk_update_fields.routing.yml in Bulk Update Fields 8

Same filename and directory in other branches
  1. 8.2 bulk_update_fields.routing.yml

File

bulk_update_fields.routing.yml
View source
  1. bulk_update_fields.form:
  2. path: /admin/bulk_update_fields
  3. defaults:
  4. _title: Bulk Update Fields
  5. _form: \Drupal\bulk_update_fields\Form\BulkUpdateFieldsForm
  6. options:
  7. _admin_route: TRUE
  8. requirements:
  9. _permission: 'administer bulk_update_fields'