function CacheableDependencyTrait::getCacheContexts

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php \Drupal\Core\Cache\CacheableDependencyTrait::getCacheContexts()
  2. 8.9.x core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php \Drupal\Core\Cache\CacheableDependencyTrait::getCacheContexts()
  3. 10 core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php \Drupal\Core\Cache\CacheableDependencyTrait::getCacheContexts()
4 methods override CacheableDependencyTrait::getCacheContexts()
AccessResult::getCacheContexts in core/lib/Drupal/Core/Access/AccessResult.php
The cache contexts associated with this object.
CacheableMetadata::getCacheContexts in core/lib/Drupal/Core/Cache/CacheableMetadata.php
The cache contexts associated with this object.
ConfigBase::getCacheContexts in core/lib/Drupal/Core/Config/ConfigBase.php
The cache contexts associated with this object.
EntityBase::getCacheContexts in core/lib/Drupal/Core/Entity/EntityBase.php
The cache contexts associated with this object.

File

core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php, line 56

Class

CacheableDependencyTrait
Trait for <a href="/api/drupal/core%21lib%21Drupal%21Core%21Cache%21CacheableDependencyInterface.php/interface/CacheableDependencyInterface/11.x" title="Defines an interface for objects which may be used by other cached objects." class="local">\Drupal\Core\Cache\CacheableDependencyInterface</a>.

Namespace

Drupal\Core\Cache

Code

public function getCacheContexts() {
    return $this->cacheContexts;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.