You are here

public function FieldItemNormalizer::denormalize in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/Normalizer/FieldItemNormalizer.php \Drupal\jsonapi\Normalizer\FieldItemNormalizer::denormalize()

File

src/Normalizer/FieldItemNormalizer.php, line 69

Class

FieldItemNormalizer
Converts the Drupal field item object to a JSON API array structure.

Namespace

Drupal\jsonapi\Normalizer

Code

public function denormalize($data, $class, $format = NULL, array $context = []) {
  throw new UnexpectedValueException('Denormalization not implemented for JSON API');
}