You are here

public function PageVariantViewBuilder::getCacheTags in Page Manager 8.4

Same name and namespace in other branches
  1. 8 src/Entity/PageVariantViewBuilder.php \Drupal\page_manager\Entity\PageVariantViewBuilder::getCacheTags()

The cache tag associated with this entity view builder.

An entity view builder is instantiated on a per-entity type basis, so the cache tags are also per-entity type.

Return value

array An array of cache tags.

Overrides EntityViewBuilderInterface::getCacheTags

File

src/Entity/PageVariantViewBuilder.php, line 53

Class

PageVariantViewBuilder
Provides a view builder for page variant entities.

Namespace

Drupal\page_manager\Entity

Code

public function getCacheTags() {

  // Intentionally empty.
}