You are here

protected property EntityViewBuilder::$deprecatedProperties in Drupal 8

File

core/lib/Drupal/Core/Entity/EntityViewBuilder.php, line 30

Class

EntityViewBuilder
Base class for entity view builders.

Namespace

Drupal\Core\Entity

Code

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