You are here

protected property EntityDenormalizerBase::$entityTypeManager in JSON:API 8.2

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Normalizer/EntityDenormalizerBase.php, line 35

Class

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

Namespace

Drupal\jsonapi\Normalizer

Code

protected $entityTypeManager;