You are here

protected property CacheTagsInvalidator::$invalidators in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php \Drupal\Core\Cache\CacheTagsInvalidator::invalidators

Holds an array of cache tags invalidators.

Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface[]

File

core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php, line 20

Class

CacheTagsInvalidator
Passes cache tag events to classes that wish to respond to them.

Namespace

Drupal\Core\Cache

Code

protected $invalidators = [];