Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php \Drupal\Core\Cache\CacheableDependencyTrait::getCacheContexts()
  2. 9 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 \Drupal\Core\Cache\CacheableDependencyInterface.

Namespace

Drupal\Core\Cache

Code

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