You are here

commerce_stock_local.links.task.yml in Commerce Stock 8

modules/local_storage/commerce_stock_local.links.task.yml

File

modules/local_storage/commerce_stock_local.links.task.yml
View source
  1. # Stock Location routing definition
  2. entity.commerce_stock_location.canonical:
  3. route_name: entity.commerce_stock_location.canonical
  4. base_route: entity.commerce_stock_location.canonical
  5. title: 'View'
  6. entity.commerce_stock_location.edit_form:
  7. route_name: entity.commerce_stock_location.edit_form
  8. base_route: entity.commerce_stock_location.canonical
  9. title: 'Edit'
  10. entity.commerce_stock_location.delete_form:
  11. route_name: entity.commerce_stock_location.delete_form
  12. base_route: entity.commerce_stock_location.canonical
  13. title: 'Delete'
  14. weight: 10
  15. entity.commerce_stock_location_type.edit_form:
  16. route_name: entity.commerce_stock_location_type.edit_form
  17. base_route: entity.commerce_stock_location_type.edit_form
  18. title: 'Edit'