You are here

public function PageVariantViewBuilder::resetCache in Page Manager 8.4

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

Resets the entity render cache.

Parameters

\Drupal\Core\Entity\EntityInterface[] $entities: (optional) If specified, the cache is reset for the given entities only.

Overrides EntityViewBuilderInterface::resetCache

File

src/Entity/PageVariantViewBuilder.php, line 46

Class

PageVariantViewBuilder
Provides a view builder for page variant entities.

Namespace

Drupal\page_manager\Entity

Code

public function resetCache(array $entities = NULL) {

  // Intentionally empty.
}