From c8af78eb6d0dd45617cae4fd74c39d24eae2732a Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 18 Jul 2019 11:44:21 +0100 Subject: [PATCH] Issue #2471663 by Mile23, Berdir, xjm, alexpott, joachim: Undeprecate EntityHandlerBase --- core/lib/Drupal/Core/Entity/EntityHandlerBase.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/lib/Drupal/Core/Entity/EntityHandlerBase.php b/core/lib/Drupal/Core/Entity/EntityHandlerBase.php index e2b6e1c483f7..92069a318783 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 {