function EntityStorageBase::preLoad
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::preLoad()
- 10 core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::preLoad()
- 11.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::preLoad()
Gathers entities from a 'preload' step.
Parameters
array|null &$ids: If not empty, return entities that match these IDs. IDs that were found will be removed from the list.
Return value
\Drupal\Core\Entity\EntityInterface[] Associative array of entities, keyed by the entity ID.
1 call to EntityStorageBase::preLoad()
- EntityStorageBase::loadMultiple in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Loads one or more entities.
1 method overrides EntityStorageBase::preLoad()
- ContentEntityStorageBase::preLoad in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Gathers entities from a 'preload' step.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php, line 396
Class
- EntityStorageBase
- A base entity storage class.
Namespace
Drupal\Core\EntityCode
protected function preLoad(array &$ids = NULL) {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.