You are here

batch_add_terms.routing.yml in Batch add terms 8

File

batch_add_terms.routing.yml
View source
  1. batch_add_terms.mass_add:
  2. path: '/admin/structure/taxonomy/{taxonomy_vocabulary}/mass-add'
  3. defaults:
  4. _controller: '\Drupal\batch_add_terms\Controller\BatchTermController::batchAddTerms'
  5. _title: 'Batch add terms'
  6. requirements:
  7. _permission: 'administer taxonomy'