Skip to content
Snippets Groups Projects
Commit 65ba7703 authored by catch's avatar catch
Browse files

Issue #3214773 by jmsosso, Spokje: Wrong type hint for getActiveMultiple() and...

Issue #3214773 by jmsosso, Spokje: Wrong type hint for getActiveMultiple() and getCanonicalMultiple() in EntityRepositoryInterface

(cherry picked from commit f107d364049e2104e3ce402ee89d56d222bb6989)
parent 62ef2b44
No related branches found
No related tags found
15 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!3134Issue #3222236: Lighthouse SEO: Uncrawlable Link a#main-content,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1803Issue #2329253: Allow the ChangedItem to skip updating when synchronizing (f.e. when migrating),!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.,!1015Issue #3226944: REST's Request handler doesn't resolve $data argument for put method,!810Issue #3219541: Remove redudante call $this->requestStack->getCurrentRequest() in FormBuilder::buildForm,!803Issue #3219167: webchick test issue of all time turbo edition super star 20000 NG,!577Issue #3209779: Create new database storage for the tracker module,!516Issue #3207782: Figure out BC for jquery once by @drupal/once
...@@ -114,7 +114,7 @@ public function getActive($entity_type_id, $entity_id, array $contexts = NULL); ...@@ -114,7 +114,7 @@ public function getActive($entity_type_id, $entity_id, array $contexts = NULL);
* entity will be edited in keyed by fully qualified context ID. Defaults to * entity will be edited in keyed by fully qualified context ID. Defaults to
* the currently available contexts. * the currently available contexts.
* *
* @return \Drupal\Core\Entity\EntityInterface * @return \Drupal\Core\Entity\EntityInterface[]
* An array of entity object variants keyed by entity ID. * An array of entity object variants keyed by entity ID.
* *
* @see getActive() * @see getActive()
...@@ -160,7 +160,7 @@ public function getCanonical($entity_type_id, $entity_id, array $contexts = NULL ...@@ -160,7 +160,7 @@ public function getCanonical($entity_type_id, $entity_id, array $contexts = NULL
* entity will be edited in keyed by fully qualified context ID. Defaults to * entity will be edited in keyed by fully qualified context ID. Defaults to
* the currently available contexts. * the currently available contexts.
* *
* @return \Drupal\Core\Entity\EntityInterface * @return \Drupal\Core\Entity\EntityInterface[]
* An array of entity object variants keyed by entity ID. * An array of entity object variants keyed by entity ID.
* *
* @see getCanonical() * @see getCanonical()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment