You are here

protected property SqlContentEntityStorageSchema::$deprecatedProperties in Drupal 8

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 41

Class

SqlContentEntityStorageSchema
Defines a schema handler that supports revisionable, translatable entities.

Namespace

Drupal\Core\Entity\Sql

Code

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