ViewUI::addCacheTags

public ViewUI::addCacheTags(array $cache_tags)

Adds cache tags.

Parameters

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

Return value

$this

Overrides RefinableCacheableDependencyInterface::addCacheTags

File

core/modules/views_ui/src/ViewUI.php, line 1347

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function addCacheTags(array $cache_tags) {
  return $this->storage->addCacheTags($cache_tags);
}
doc_Drupal
2016-10-29 09:55:52
Comments
Leave a Comment

Please login to continue.