You are here

protected property CacheCollector::$tags in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::tags
  2. 9 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::tags

A list of tags that are used for the cache entry.

Type: array

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 39

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected $tags;