You are here

public function CacheableTestDomainObject::getCacheTags in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php \Drupal\early_rendering_controller_test\CacheableTestDomainObject::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.

Overrides CacheableDependencyInterface::getCacheTags

File

core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php, line 24
Contains \Drupal\early_rendering_controller_test\CacheableTestDomainObject.

Class

CacheableTestDomainObject

Namespace

Drupal\early_rendering_controller_test

Code

public function getCacheTags() {
  return [];
}