public function PageVariantViewBuilder::resetCache in Page Manager 8
Same name and namespace in other branches
- 8.4 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 51 - Contains \Drupal\page_manager\Entity\PageVariantViewBuilder.
Class
- PageVariantViewBuilder
- Provides a view builder for page variant entities.
Namespace
Drupal\page_manager\EntityCode
public function resetCache(array $entities = NULL) {
// Intentionally empty.
}