batch_add_terms.routing.yml in Batch add terms 8
1 string reference to YAML keys in batch_add_terms.routing.yml
- RouteSubscriber::alterRoutes in src/
Routing/ RouteSubscriber.php - Alters existing routes for a specific collection.
File
batch_add_terms.routing.ymlView source
- batch_add_terms.mass_add:
- path: '/admin/structure/taxonomy/{taxonomy_vocabulary}/mass-add'
- defaults:
- _controller: '\Drupal\batch_add_terms\Controller\BatchTermController::batchAddTerms'
- _title: 'Batch add terms'
- requirements:
- _permission: 'administer taxonomy'