public ViewUI::addCacheContexts(array $cache_contexts)
Adds cache contexts.
Parameters
string[] $cache_contexts: The cache contexts to be added.
Return value
$this
Overrides RefinableCacheableDependencyInterface::addCacheContexts
File
- core/modules/views_ui/src/ViewUI.php, line 1326
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function addCacheContexts(array $cache_contexts) { return $this->storage->addCacheContexts($cache_contexts); }
Please login to continue.