You are here

http_cache_control.services.yml in HTTP Cache Control 8.2

Same filename and directory in other branches
  1. 8 http_cache_control.services.yml

File

http_cache_control.services.yml
View source
  1. services:
  2. s_max_age_event_subscriber:
  3. class: Drupal\http_cache_control\EventSubscriber\CacheControlEventSubscriber
  4. arguments:
  5. - '@config.factory'
  6. tags:
  7. - {name: event_subscriber}