diff --git a/core/lib/Drupal/Core/Entity/EntityStorageInterface.php b/core/lib/Drupal/Core/Entity/EntityStorageInterface.php index ee724c50419d4eccdf9b7f62c6301fe8277c403e..04e4668c999e2b3baf512c8a4355b9dd1941bf6c 100644 --- a/core/lib/Drupal/Core/Entity/EntityStorageInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityStorageInterface.php @@ -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);