public function EntityStorageInterface::resetCache in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::resetCache()
- 9 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 - Resets the internal entity cache.
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);