Skip to content
Snippets Groups Projects
Verified Commit 89fde027 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
parent 88413a56
No related branches found
No related tags found
9 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10786Issue #3490579 by shalini_jha, mstrelan: Add void return to all views...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
...@@ -42,8 +42,8 @@ public function resetCache(?array $ids = NULL); ...@@ -42,8 +42,8 @@ public function resetCache(?array $ids = NULL);
* An array of entity IDs, or NULL to load all entities. * An array of entity IDs, or NULL to load all entities.
* *
* @return \Drupal\Core\Entity\EntityInterface[] * @return \Drupal\Core\Entity\EntityInterface[]
* An array of entity objects indexed by their IDs. Returns an empty array * An array of successfully loaded objects indexed by their IDs.
* if no matching entities are found. * Returns an empty array if no matching entities are found.
*/ */
public function loadMultiple(?array $ids = NULL); 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