You are here

taxonomy_term_depth.routing.yml in Taxonomy Term Depth 8.2

Same filename and directory in other branches
  1. 8 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
  12. taxonomy_term_depth.prepare_modules_uninstall:
  13. path: '/admin/modules/uninstall/taxonomy_term_depth'
  14. defaults:
  15. _form: 'Drupal\taxonomy_term_depth\Form\DepthDeleteDataForm'
  16. _title: 'Delete taxonomy term depths data'
  17. requirements:
  18. _permission: 'administer taxonomy'