You are here

public function CacheableDependencyTrait::getCacheTags in JSON:API 8

File

src/Normalizer/CacheableDependencyTrait.php, line 55

Class

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

Namespace

Drupal\jsonapi\Normalizer

Code

public function getCacheTags() {
  return $this->cacheTags;
}