X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntityManager.php;h=bc03175ab5d04022213a66b0e78f9cf1ac82c2aa;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=dbd3b918267694cd93dd0432cde49ff438fb2708;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/EntityManager.php b/web/core/lib/Drupal/Core/Entity/EntityManager.php index dbd3b9182..bc03175ab 100644 --- a/web/core/lib/Drupal/Core/Entity/EntityManager.php +++ b/web/core/lib/Drupal/Core/Entity/EntityManager.php @@ -303,7 +303,7 @@ class EntityManager implements EntityManagerInterface, ContainerAwareInterface { * {@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 @@ class EntityManager implements EntityManagerInterface, ContainerAwareInterface { * {@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 @@ class EntityManager implements EntityManagerInterface, ContainerAwareInterface { * {@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