From e566486912caec1ac649ff04f445b7fac0059e88 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 1 Aug 2016 09:30:34 +0100 Subject: [PATCH] Issue #2776369 by xjm: Remove docs references to entity_get_bundles() --- core/lib/Drupal/Core/Entity/entity.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/entity.api.php b/core/lib/Drupal/Core/Entity/entity.api.php index 584cfa6c95a4..c61c2368e392 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) { -- GitLab