You are here

taxonomy_term_depth.routing.yml in Taxonomy Term Depth 8

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

File

taxonomy_term_depth.routing.yml
View source
  1. taxonomy_term_depth.update_depth_form:
  2. path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/taxonomy_term_depth_update'
  3. defaults:
  4. _form: 'Drupal\taxonomy_term_depth\Form\DepthUpdateForm'
  5. _title: 'Update taxonomy term depths'
  6. requirements:
  7. _permission: 'administer taxonomy'
  8. options:
  9. parameters:
  10. taxonomy_vocabulary:
  11. type: entity:taxonomy_vocabulary