http_response_headers.routing.yml in HTTP Response Headers 2.0.x
File
http_response_headers.routing.yml
View source
- entity.response_header.collection:
- path: '/admin/config/system/response-headers'
- defaults:
- _entity_list: 'response_header'
- _title: 'Response header configuration'
- requirements:
- _permission: 'administer site configuration'
-
- entity.response_header.add_form:
- path: '/admin/config/system/response-headers/add'
- defaults:
- _entity_form: 'response_header.add'
- _title: 'Add response header'
- requirements:
- _permission: 'administer site configuration'
-
- entity.response_header.edit_form:
- path: '/admin/config/system/response-headers/{response_header}'
- defaults:
- _entity_form: 'response_header.edit'
- _title: 'Edit response header'
- requirements:
- _permission: 'administer site configuration'
-
- entity.response_header.delete_form:
- path: '/admin/config/system/response-headers/{response_header}/delete'
- defaults:
- _entity_form: 'response_header.delete'
- _title: 'Delete response header'
- requirements:
- _permission: 'administer site configuration'