You are here

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

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/Normalizer/EntityDenormalizerBase.php, line 42

Class

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

Namespace

Drupal\jsonapi\Normalizer

Code

protected $fieldManager;