public function CacheableDependencyTrait::getCacheContexts in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php \Drupal\Core\Cache\CacheableDependencyTrait::getCacheContexts()
- 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
Namespace
Drupal\Core\CacheCode
public function getCacheContexts() {
return $this->cacheContexts;
}