From 9bdda95a2b63cc864f0a3301869a6656cd0ec068 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Sun, 30 Oct 2016 18:52:52 +0000 Subject: [PATCH] Issue #2802593 by arunkumark, er.pushpinderrana, karlosgliberal, joachim: incorrect param for EntityController::loadBundleDescriptions() --- core/lib/Drupal/Core/Entity/Controller/EntityController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Entity/Controller/EntityController.php b/core/lib/Drupal/Core/Entity/Controller/EntityController.php index 4ca97e43ee44..d65166e3a0bc 100644 --- a/core/lib/Drupal/Core/Entity/Controller/EntityController.php +++ b/core/lib/Drupal/Core/Entity/Controller/EntityController.php @@ -301,7 +301,7 @@ protected function doGetEntity(RouteMatchInterface $route_match, EntityInterface * @param array $bundles * An array of bundle information. * @param \Drupal\Core\Entity\EntityTypeInterface $bundle_entity_type - * The ID of the bundle entity type. + * The bundle entity type definition. * * @return array * The expanded array of bundle information. -- GitLab