Skip to content
Snippets Groups Projects
Verified Commit 61007c9f 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 567b629d
No related branches found
No related tags found
1 merge request!10663Issue #3495778: Update phpdoc in FileSaveHtaccessLoggingTest
Pipeline #376807 passed with warnings
Pipeline: drupal

#376815

    Pipeline: drupal

    #376814

      Pipeline: drupal

      #376811

        +2
        ......@@ -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