You are here

commerce_pricelist.links.task.yml in Commerce Pricelist 8

Same filename and directory in other branches
  1. 8.2 commerce_pricelist.links.task.yml

File

commerce_pricelist.links.task.yml
View source
  1. # Price list routing definition
  2. entity.price_list.canonical:
  3. route_name: 'entity.price_list.canonical'
  4. base_route: 'entity.price_list.canonical'
  5. title: 'View'
  6. entity.price_list.edit_form:
  7. route_name: 'entity.price_list.edit_form'
  8. base_route: 'entity.price_list.canonical'
  9. title: 'Edit'
  10. entity.price_list.delete_form:
  11. route_name: 'entity.price_list.delete_form'
  12. base_route: 'entity.price_list.canonical'
  13. title: 'Delete'
  14. weight: 10
  15. entity.price_list_item.canonical:
  16. route_name: 'entity.price_list_item.canonical'
  17. base_route: 'entity.price_list_item.canonical'
  18. title: 'View'
  19. entity.price_list_item.edit_form:
  20. route_name: 'entity.price_list_item.edit_form'
  21. base_route: 'entity.price_list_item.canonical'
  22. title: 'Edit'
  23. entity.price_list_item.delete_form:
  24. route_name: 'entity.price_list_item.delete_form'
  25. base_route: 'entity.price_list_item.canonical'
  26. title: 'Delete'
  27. weight: 10
  28. entity.price_list_type.collection:
  29. route_name: 'entity.price_list_type.collection'
  30. base_route: 'entity.price_list_type.collection'
  31. title: 'List'
  32. entity.price_list_type.edit_form:
  33. route_name: 'entity.price_list_type.edit_form'
  34. base_route: 'entity.price_list_type.edit_form'
  35. title: 'Edit'
  36. entity.price_list_item_type.collection:
  37. route_name: 'entity.price_list_item_type.collection'
  38. base_route: 'entity.price_list_item_type.collection'
  39. title: 'List'
  40. entity.price_list_item_type.edit_form:
  41. route_name: 'entity.price_list_item_type.edit_form'
  42. base_route: 'entity.price_list_item_type.edit_form'
  43. title: 'Edit'