Issue #2471663 by Mile23, Berdir, xjm, alexpott, joachim: Undeprecate EntityHandlerBase

merge-requests/55/head
catch 2019-07-18 11:44:21 +01:00
parent 01e11fa4c0
commit c8af78eb6d
1 changed files with 0 additions and 5 deletions

View File

@ -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 {