You are here

public function RefinableCacheableDependencyTrait::getCacheTags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php \Drupal\Core\Cache\RefinableCacheableDependencyTrait::getCacheTags()
4 methods override RefinableCacheableDependencyTrait::getCacheTags()
AccessResult::getCacheTags in core/lib/Drupal/Core/Access/AccessResult.php
The cache tags associated with this object.
CacheableMetadata::getCacheTags in core/lib/Drupal/Core/Cache/CacheableMetadata.php
The cache tags associated with this object.
ConfigBase::getCacheTags in core/lib/Drupal/Core/Config/ConfigBase.php
The cache tags associated with this object.
Entity::getCacheTags in core/lib/Drupal/Core/Entity/Entity.php
The cache tags associated with this object.

File

core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php, line 39
Contains \Drupal\Core\Cache\RefinableCacheableDependencyTrait.

Class

RefinableCacheableDependencyTrait
Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface.

Namespace

Drupal\Core\Cache

Code

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