You are here

protected property EntityReferenceItemNormalizer::$entityTypeManager in Drupal 8

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides FieldableEntityNormalizerTrait::$entityTypeManager

File

core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php, line 45

Class

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

Namespace

Drupal\hal\Normalizer

Code

protected $entityTypeManager;