You are here

protected property LocaleTranslationCacheTag::$cacheTagsInvalidator in Drupal 8

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

The cache tags invalidator.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface

File

core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php, line 19

Class

LocaleTranslationCacheTag
A subscriber invalidating cache tags when translating a string.

Namespace

Drupal\locale\EventSubscriber

Code

protected $cacheTagsInvalidator;