Holds an array of cache tags invalidators.
Type: \Drupal\Core\Cache\CacheTagsInvalidatorInterface[]
File
- core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php, line 19
Class
- CacheTagsInvalidator
- Passes cache tag events to classes that wish to respond to them.
Namespace
Drupal\Core\Cache
Code
protected $invalidators = array();
Please login to continue.