Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityTypeBundleInfoInterface.php
index 882f98b3d2ce38c0e60e7b762541cf3ab2f54a69..2789b651e56d930a624aec5f15d4e8482ed3e303 100644 (file)
@@ -21,8 +21,8 @@ interface EntityTypeBundleInfoInterface {
   /**
    * Gets the bundle info of an entity type.
    *
-   * @param string $entity_type
-   *   The entity type.
+   * @param string $entity_type_id
+   *   The entity type ID.
    *
    * @return array
    *   An array of bundle information where the outer array is keyed by the
@@ -30,7 +30,7 @@ interface EntityTypeBundleInfoInterface {
    *   The inner arrays are associative arrays of bundle information, such as
    *   the label for the bundle.
    */
-  public function getBundleInfo($entity_type);
+  public function getBundleInfo($entity_type_id);
 
   /**
    * Clears static and persistent bundles.