You are here

protected property EntityReferenceItemNormalizer::$entityResolver in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php \Drupal\hal\Normalizer\EntityReferenceItemNormalizer::entityResolver

The entity resolver.

Type: \Drupal\serialization\EntityResolver\EntityResolverInterface

File

core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php, line 39
Contains \Drupal\hal\Normalizer\EntityReferenceItemNormalizer.

Class

EntityReferenceItemNormalizer
Converts the Drupal entity reference item object to HAL array structure.

Namespace

Drupal\hal\Normalizer

Code

protected $entityResolver;