CacheTagsInvalidator::$invalidators

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

1
protected $invalidators = array();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.