RefinableCacheableDependencyInterface::addCacheTags

public RefinableCacheableDependencyInterface::addCacheTags(array $cache_tags)

Adds cache tags.

Parameters

string[] $cache_tags: The cache tags to be added.

Return value

$this

File

core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php, line 33

Class

RefinableCacheableDependencyInterface
Allows to add cacheability metadata to an object for the current runtime.

Namespace

Drupal\Core\Cache

Code

public function addCacheTags(array $cache_tags);
doc_Drupal
2016-10-29 09:36:57
Comments
Leave a Comment

Please login to continue.