function EntityStorageInterface::resetCache
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::resetCache()
- 8.9.x core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::resetCache()
- 10 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::resetCache()
Resets the internal entity cache.
Parameters
$ids: (optional) If specified, the cache is reset for the entities with the given ids only.
1 method overrides EntityStorageInterface::resetCache()
- EntityStorageBase::resetCache in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityStorageInterface.php, line 35
Class
- EntityStorageInterface
- Defines the interface for entity storage classes.
Namespace
Drupal\Core\EntityCode
public function resetCache(?array $ids = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.