diff --git a/core/lib/Drupal/Core/Entity/EntityHandlerBase.php b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php index e2b6e1c483f..92069a31878 100644 --- a/core/lib/Drupal/Core/Entity/EntityHandlerBase.php +++ b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php @@ -9,11 +9,6 @@ use Drupal\Core\StringTranslation\StringTranslationTrait; /** * Provides a base class for entity handlers. * - * @deprecated in Drupal 8.0.x, will be removed before Drupal 9.0.0. - * Implement the container injection pattern of - * \Drupal\Core\Entity\EntityHandlerInterface::createInstance() to obtain the - * module handler service for your class. - * * @ingroup entity_api */ abstract class EntityHandlerBase {