You are here

protected property UuidResolver::$entityManager in Zircon Profile 8

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

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/serialization/src/EntityResolver/UuidResolver.php, line 23
Contains \Drupal\serialization\EntityResolver\UuidResolver.

Class

UuidResolver
Resolves entities from data that contains an entity UUID.

Namespace

Drupal\serialization\EntityResolver

Code

protected $entityManager;