You are here

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

The field plugin manager.

Type: \Drupal\Core\Field\FieldTypePluginManagerInterface

File

src/Normalizer/EntityDenormalizerBase.php, line 49

Class

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

Namespace

Drupal\jsonapi\Normalizer

Code

protected $pluginManager;