Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityManager.php
index 6f2ce7672ebed9183db9b3fc1921f1dd1ccc9602..dbd3b918267694cd93dd0432cde49ff438fb2708 100644 (file)
@@ -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);
   }
 
   /**