You are here

protected property ConfigCacheTag::$cacheTagsInvalidator in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/EventSubscriber/ConfigCacheTag.php \Drupal\system\EventSubscriber\ConfigCacheTag::cacheTagsInvalidator

The cache tags invalidator.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface

File

core/modules/system/src/EventSubscriber/ConfigCacheTag.php, line 28

Class

ConfigCacheTag
A subscriber invalidating cache tags when system config objects are saved.

Namespace

Drupal\system\EventSubscriber

Code

protected $cacheTagsInvalidator;