You are here

public function CacheableDependencyInterface::getCacheTags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php \Drupal\Core\Cache\CacheableDependencyInterface::getCacheTags()

The cache tags associated with this object.

When this object is modified, these cache tags will be invalidated.

Return value

string[] A set of cache tags.

19 methods override CacheableDependencyInterface::getCacheTags()
ArgumentPluginBase::getCacheTags in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
The cache tags associated with this object.
BulkForm::getCacheTags in core/modules/system/src/Plugin/views/field/BulkForm.php
The cache tags associated with this object.
CacheableTestDomainObject::getCacheTags in core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php
The cache tags associated with this object.
Context::getCacheTags in core/lib/Drupal/Core/Plugin/Context/Context.php
The cache tags associated with this object.
ExposedFormPluginBase::getCacheTags in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
The cache tags associated with this object.

... See full list

File

core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php, line 46
Contains \Drupal\Core\Cache\CacheableDependencyInterface.

Class

CacheableDependencyInterface
Defines an interface for objects which may be used by other cached objects.

Namespace

Drupal\Core\Cache

Code

public function getCacheTags();