You are here

redhen_connection.links.task.yml in RedHen CRM 8

modules/redhen_connection/redhen_connection.links.task.yml

File

modules/redhen_connection/redhen_connection.links.task.yml
View source
  1. # Connection routing definition
  2. entity.redhen_connection.canonical:
  3. route_name: entity.redhen_connection.canonical
  4. base_route: entity.redhen_connection.canonical
  5. title: 'View'
  6. entity.redhen_connection.edit_form:
  7. route_name: entity.redhen_connection.edit_form
  8. base_route: entity.redhen_connection.canonical
  9. title: 'Edit'
  10. entity.redhen_connection.delete_form:
  11. route_name: entity.redhen_connection.delete_form
  12. base_route: entity.redhen_connection.canonical
  13. title: 'Delete'
  14. entity.redhen_connection_type.edit_form:
  15. route_name: entity.redhen_connection_type.edit_form
  16. base_route: entity.redhen_connection_type.edit_form
  17. title: 'Edit'
  18. entity.redhen_connection_role.collection:
  19. route_name: entity.redhen_connection_role.collection
  20. base_route: entity.redhen_connection_type.edit_form
  21. title: 'Connection Roles'
  22. # Make this tab show up last on Connection Type edit forms.
  23. weight: 10
  24. redhen_connection.entities:
  25. class: \Drupal\Core\Menu\LocalTaskDefault
  26. deriver: \Drupal\redhen_connection\Plugin\Derivative\RedhenConnectionLocalTask