You are here

httpbl.links.task.yml in http:BL 8

File

httpbl.links.task.yml
View source
  1. # Define the 'local' links for the module
  2. host.settings_tab:
  3. route_name: httpbl.host_settings
  4. title: Host Settings
  5. base_route: httpbl.host_settings
  6. host.view:
  7. route_name: entity.httpbl_host.canonical
  8. base_route: entity.httpbl_host.canonical
  9. title: View
  10. httpbl.host_add:
  11. route_name: httpbl.host_add
  12. base_route: entity.host.collection
  13. title: Add
  14. host.page_edit:
  15. route_name: entity.httpbl_host.edit_form
  16. base_route: entity.httpbl_host.canonical
  17. title: Edit
  18. host.delete_confirm:
  19. route_name: entity.httpbl_host.delete_form
  20. base_route: entity.httpbl_host.canonical
  21. title: Delete
  22. weight: 10
  23. # This always present even if admin View is disabled...
  24. entity.host.collection:
  25. title: Evaluated Hosts
  26. route_name: entity.host.collection
  27. base_route: entity.host.collection
  28. # but these are only present in admin View, so...
  29. # @todo Consider derivative links so these are only present when the View
  30. # is enabled.
  31. httpbl.banned_hosts:
  32. title: Banned Hosts
  33. route_name: httpbl.banned_hosts
  34. base_route: entity.host.collection
  35. httpbl.black_hosts:
  36. title: Blacklist
  37. route_name: httpbl.black_hosts
  38. base_route: entity.host.collection
  39. httpbl.grey_hosts:
  40. title: Greylist
  41. route_name: httpbl.grey_hosts
  42. base_route: entity.host.collection
  43. httpbl.safe_hosts:
  44. title: Safe Hosts
  45. route_name: httpbl.safe_hosts
  46. base_route: entity.host.collection