taxonomy.links.task.yml 607 B

12345678910111213141516171819
  1. entity.taxonomy_term.canonical:
  2. title: 'View'
  3. route_name: entity.taxonomy_term.canonical
  4. base_route: entity.taxonomy_term.canonical
  5. entity.taxonomy_term.edit_form:
  6. title: 'Edit'
  7. route_name: entity.taxonomy_term.edit_form
  8. base_route: entity.taxonomy_term.canonical
  9. entity.taxonomy_vocabulary.overview_form:
  10. title: 'List'
  11. route_name: entity.taxonomy_vocabulary.overview_form
  12. base_route: entity.taxonomy_vocabulary.overview_form
  13. entity.taxonomy_vocabulary.edit_form:
  14. title: 'Edit'
  15. route_name: entity.taxonomy_vocabulary.edit_form
  16. base_route: entity.taxonomy_vocabulary.overview_form