Issue #2802593 by arunkumark, er.pushpinderrana, karlosgliberal, joachim: incorrect param for EntityController::loadBundleDescriptions()

8.3.x
Nathaniel Catchpole 2016-10-30 18:52:52 +00:00
parent f927e20b88
commit 9bdda95a2b
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class EntityController implements ContainerInjectionInterface {
* @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.