function RendererBase::getCacheTags

Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Entity/Render/RendererBase.php \Drupal\views\Entity\Render\RendererBase::getCacheTags()
  2. 10 core/modules/views/src/Entity/Render/RendererBase.php \Drupal\views\Entity\Render\RendererBase::getCacheTags()
  3. 11.x core/modules/views/src/Entity/Render/RendererBase.php \Drupal\views\Entity\Render\RendererBase::getCacheTags()

Overrides CacheableDependencyInterface::getCacheTags

File

core/modules/views/src/Entity/Render/RendererBase.php, line 79

Class

RendererBase
Defines a base class for entity renderers.

Namespace

Drupal\views\Entity\Render

Code

public function getCacheTags() {
    return [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.