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); }
Please login to continue.