EntityViewBuilderInterface::resetCache

public EntityViewBuilderInterface::resetCache(array $entities = NULL)

Resets the entity render cache.

Parameters

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

File

core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php, line 81

Class

EntityViewBuilderInterface
Defines an interface for entity view builders.

Namespace

Drupal\Core\Entity

Code

public function resetCache(array $entities = NULL);
doc_Drupal
2016-10-29 09:08:48
Comments
Leave a Comment

Please login to continue.