You are here

http_response_headers.services.yml in HTTP Response Headers 8.2

File

http_response_headers.services.yml
View source
  1. services:
  2. http_response_headers:
  3. class: '\Drupal\http_response_headers\EventSubscriber\AddHTTPHeaders'
  4. arguments: ['@config.factory']
  5. tags:
  6. - { name: 'event_subscriber' }