Skip to content
Snippets Groups Projects
Verified Commit 024ab1ff authored by quietone's avatar quietone
Browse files

Issue #3484587 by daniel.j, joachim, catch: Document that invalid IDs are not...

Issue #3484587 by daniel.j, joachim, catch: Document that invalid IDs are not present in the return array or EntityStorageInterface::loadMultiple

(cherry picked from commit 89fde027)
parent fa78bb36
No related branches found
No related tags found
No related merge requests found
Pipeline #372245 passed
......@@ -41,8 +41,8 @@ public function resetCache(?array $ids = NULL);
* An array of entity IDs, or NULL to load all entities.
*
* @return \Drupal\Core\Entity\EntityInterface[]
* An array of entity objects indexed by their IDs. Returns an empty array
* if no matching entities are found.
* An array of successfully loaded objects indexed by their IDs.
* Returns an empty array if no matching entities are found.
*/
public function loadMultiple(?array $ids = NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment