You are here

protected property EntityNormalizer::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/serialization/src/Normalizer/EntityNormalizer.php \Drupal\serialization\Normalizer\EntityNormalizer::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/serialization/src/Normalizer/EntityNormalizer.php, line 31
Contains \Drupal\serialization\Normalizer\EntityNormalizer.

Class

EntityNormalizer
Normalizes/denormalizes Drupal entity objects into an array structure.

Namespace

Drupal\serialization\Normalizer

Code

protected $entityManager;