Skip to content
Snippets Groups Projects
Unverified Commit db479e49 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2895097 by FeyP, borisson_: Correct bundle info service interface name...

Issue #2895097 by FeyP, borisson_: Correct bundle info service interface name in EntityManager deprecation messages
parent 2cdab9c0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment