You are here

public function CacheableDependencyTrait::getCacheContexts in JSON:API 8

File

src/Normalizer/CacheableDependencyTrait.php, line 62

Class

CacheableDependencyTrait
Trait for \Drupal\Core\Cache\CacheableDependencyInterface.

Namespace

Drupal\jsonapi\Normalizer

Code

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