You are here

namespace Drupal\jsonapi\Normalizer in JSON:API 8.2

Same name in other branches
  1. 8 Drupal\jsonapi\Normalizer
Classsort descending Location Description
ConfigEntityDenormalizer src/Normalizer/ConfigEntityDenormalizer.php Converts the Drupal config entity object to a JSON:API array structure.
ContentEntityDenormalizer src/Normalizer/ContentEntityDenormalizer.php Converts a JSON:API array structure into a Drupal entity object.
DataNormalizer src/Normalizer/DataNormalizer.php Normalizes JSON:API Data objects.
EntityAccessDeniedHttpExceptionNormalizer src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Normalizes an EntityAccessDeniedException.
EntityDenormalizerBase src/Normalizer/EntityDenormalizerBase.php Converts the Drupal entity object to a JSON:API array structure.
EntityReferenceFieldNormalizer src/Normalizer/EntityReferenceFieldNormalizer.php Normalizer class specific for entity reference field objects.
FieldItemNormalizer src/Normalizer/FieldItemNormalizer.php Converts the Drupal field item object to a JSON:API array structure.
FieldNormalizer src/Normalizer/FieldNormalizer.php Converts the Drupal field structure to a JSON:API array structure.
HttpExceptionNormalizer src/Normalizer/HttpExceptionNormalizer.php Normalizes an HttpException in compliance with the JSON:API specification.
JsonApiDocumentTopLevelNormalizer src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Normalizes the top-level document according to the JSON:API specification.
LinkCollectionNormalizer src/Normalizer/LinkCollectionNormalizer.php Normalizes a LinkCollection object.
NormalizerBase src/Normalizer/NormalizerBase.php Base normalizer used in all JSON:API normalizers.
ResourceIdentifierNormalizer src/Normalizer/ResourceIdentifierNormalizer.php Normalizes a Relationship according to the JSON:API specification.
ResourceObjectNormalizer src/Normalizer/ResourceObjectNormalizer.php Converts the JSON:API module ResourceObject into a JSON:API array structure.
UnprocessableHttpEntityExceptionNormalizer src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php Normalizes and UnprocessableHttpEntityException.