X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntityManager.php;h=dbd3b918267694cd93dd0432cde49ff438fb2708;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=6f2ce7672ebed9183db9b3fc1921f1dd1ccc9602;hpb=bfbba508964731508b9bd6d5835c2edc858db95b;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/EntityManager.php b/web/core/lib/Drupal/Core/Entity/EntityManager.php index 6f2ce7672..dbd3b9182 100644 --- a/web/core/lib/Drupal/Core/Entity/EntityManager.php +++ b/web/core/lib/Drupal/Core/Entity/EntityManager.php @@ -321,8 +321,8 @@ class EntityManager implements EntityManagerInterface, ContainerAwareInterface { * * @see https://www.drupal.org/node/2549139 */ - public function getBundleInfo($entity_type) { - return $this->container->get('entity_type.bundle.info')->getBundleInfo($entity_type); + public function getBundleInfo($entity_type_id) { + return $this->container->get('entity_type.bundle.info')->getBundleInfo($entity_type_id); } /**