You are here

protected property ContentEntityStorageBase::$deprecatedProperties in Drupal 8

File

core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 24

Class

ContentEntityStorageBase
Base class for content entity storage handlers.

Namespace

Drupal\Core\Entity

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];