diff --git a/core/lib/Drupal/Core/Entity/EntityManager.php b/core/lib/Drupal/Core/Entity/EntityManager.php index dbd3b918267694cd93dd0432cde49ff438fb2708..bc03175ab5d04022213a66b0e78f9cf1ac82c2aa 100644 --- a/core/lib/Drupal/Core/Entity/EntityManager.php +++ b/core/lib/Drupal/Core/Entity/EntityManager.php @@ -303,7 +303,7 @@ public function clearCachedFieldDefinitions() { * {@inheritdoc} * * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. - * Use \Drupal\Core\Entity\EntityTypeBundleManagerInterface::clearCachedBundles() + * Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::clearCachedBundles() * instead. * * @see https://www.drupal.org/node/2549139 @@ -316,7 +316,7 @@ public function clearCachedBundles() { * {@inheritdoc} * * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. - * Use \Drupal\Core\Entity\EntityTypeBundleManagerInterface::getBundleInfo() + * Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getBundleInfo() * instead. * * @see https://www.drupal.org/node/2549139 @@ -329,7 +329,7 @@ public function getBundleInfo($entity_type_id) { * {@inheritdoc} * * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. - * Use \Drupal\Core\Entity\EntityTypeBundleManagerInterface::getAllBundleInfo() + * Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getAllBundleInfo() * instead. * * @see https://www.drupal.org/node/2549139