You are here

protected property EntityNormalizer::$entityTypeManager in JSON:API 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Normalizer/EntityNormalizer.php, line 64

Class

EntityNormalizer
Converts the Drupal entity object to a JSON API array structure.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $entityTypeManager;