You are here

http_response_headers.routing.yml in HTTP Response Headers 2.0.x

File

http_response_headers.routing.yml
View source
  1. entity.response_header.collection:
  2. path: '/admin/config/system/response-headers'
  3. defaults:
  4. _entity_list: 'response_header'
  5. _title: 'Response header configuration'
  6. requirements:
  7. _permission: 'administer site configuration'
  8. entity.response_header.add_form:
  9. path: '/admin/config/system/response-headers/add'
  10. defaults:
  11. _entity_form: 'response_header.add'
  12. _title: 'Add response header'
  13. requirements:
  14. _permission: 'administer site configuration'
  15. entity.response_header.edit_form:
  16. path: '/admin/config/system/response-headers/{response_header}'
  17. defaults:
  18. _entity_form: 'response_header.edit'
  19. _title: 'Edit response header'
  20. requirements:
  21. _permission: 'administer site configuration'
  22. entity.response_header.delete_form:
  23. path: '/admin/config/system/response-headers/{response_header}/delete'
  24. defaults:
  25. _entity_form: 'response_header.delete'
  26. _title: 'Delete response header'
  27. requirements:
  28. _permission: 'administer site configuration'