You are here

protected property ContentEntityNormalizer::$deprecatedProperties in Drupal 8

File

core/modules/hal/src/Normalizer/ContentEntityNormalizer.php, line 29

Class

ContentEntityNormalizer
Converts the Drupal entity object structure to a HAL array structure.

Namespace

Drupal\hal\Normalizer

Code

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