content_entity_example.links.task.yml

Same filename in other branches
  1. 4.0.x modules/content_entity_example/content_entity_example.links.task.yml
modules/content_entity_example/content_entity_example.links.task.yml

File

modules/content_entity_example/content_entity_example.links.task.yml

View source
  1. # Define the 'local' links for the module
  2. contact.settings_tab:
  3. route_name: content_entity_example.contact_settings
  4. title: Settings
  5. base_route: content_entity_example.contact_settings
  6. contact.view:
  7. route_name: entity.content_entity_example_contact.canonical
  8. base_route: entity.content_entity_example_contact.canonical
  9. title: View
  10. contact.page_edit:
  11. route_name: entity.content_entity_example_contact.edit_form
  12. base_route: entity.content_entity_example_contact.canonical
  13. title: Edit
  14. contact.delete_confirm:
  15. route_name: entity.content_entity_example_contact.delete_form
  16. base_route: entity.content_entity_example_contact.canonical
  17. title: Delete
  18. weight: 10