diff --git a/core/lib/Drupal/Core/Entity/entity.api.php b/core/lib/Drupal/Core/Entity/entity.api.php index 584cfa6c95a44ce8eb49f3ffa8fde527f8c4b7ec..c61c2368e39218fec64ba7158b73257bf8834bc3 100644 --- a/core/lib/Drupal/Core/Entity/entity.api.php +++ b/core/lib/Drupal/Core/Entity/entity.api.php @@ -717,7 +717,7 @@ function hook_entity_view_mode_info_alter(&$view_modes) { * - translatable: (optional) A boolean value specifying whether this bundle * has translation support enabled. Defaults to FALSE. * - * @see entity_get_bundles() + * @see \Drupal\Core\Entity\EntityTypeBundleInfo::getBundleInfo() * @see hook_entity_bundle_info_alter() */ function hook_entity_bundle_info() { @@ -731,7 +731,7 @@ function hook_entity_bundle_info() { * @param array $bundles * An array of bundles, keyed first by entity type, then by bundle name. * - * @see entity_get_bundles() + * @see Drupal\Core\Entity\EntityTypeBundleInfo::getBundleInfo() * @see hook_entity_bundle_info() */ function hook_entity_bundle_info_alter(&$bundles) {