W3cubDocs

/Drupal 8

public function RefinableCacheableDependencyInterface::addCacheContexts

public RefinableCacheableDependencyInterface::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/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php, line 23

Class

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

Namespace

Drupal\Core\Cache

Code

public function addCacheContexts(array $cache_contexts);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Cache!RefinableCacheableDependencyInterface.php/function/RefinableCacheableDependencyInterface::addCacheContexts/8.1.x