You are here

service system.config_cache_tag in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/system.services.yml \system.config_cache_tag

Class

Drupal\system\EventSubscriber\ConfigCacheTag

Tags

  • event_subscriber

File

core/modules/system/system.services.yml
core/modules/system/system.services.yml

View source
  1. class: Drupal\system\EventSubscriber\ConfigCacheTag
  2. arguments:
  3. - '@theme_handler'
  4. - '@cache_tags.invalidator'
  5. tags:
  6. - { name: event_subscriber }