Skip to content
Snippets Groups Projects
Verified Commit 050ad644 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 8136c42d
No related branches found
No related tags found
3 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4
Pipeline #372080 passed with warnings
Pipeline: drupal

#372121

    Pipeline: drupal

    #372117

      Pipeline: drupal

      #372116

        +7
        ......@@ -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.
        Please register or to comment