You are here

namespace Drupal\jsonapi\Normalizer in JSON:API 8

Same name in other branches
  1. 8.2 Drupal\jsonapi\Normalizer
Classsort descending Location Description
CacheableDependencyTrait src/Normalizer/CacheableDependencyTrait.php Trait for \Drupal\Core\Cache\CacheableDependencyInterface.
ConfigEntityNormalizer src/Normalizer/ConfigEntityNormalizer.php Converts the Drupal config entity object to a JSON API array structure.
ContentEntityNormalizer src/Normalizer/ContentEntityNormalizer.php Converts the Drupal content entity object to a JSON API array structure.
EntityAccessDeniedHttpExceptionNormalizer src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Normalizes an EntityAccessDeniedException.
EntityConditionGroupNormalizer src/Normalizer/EntityConditionGroupNormalizer.php The normalizer used for entity conditions.
EntityConditionNormalizer src/Normalizer/EntityConditionNormalizer.php The normalizer used for entity conditions.
EntityNormalizer src/Normalizer/EntityNormalizer.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.
FilterNormalizer src/Normalizer/FilterNormalizer.php The normalizer used for JSON API filters.
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.
NormalizerBase src/Normalizer/NormalizerBase.php Base normalizer used in all JSON API normalizers.
OffsetPageNormalizer src/Normalizer/OffsetPageNormalizer.php The normalizer used for JSON API pagination.
Relationship src/Normalizer/Relationship.php Represents a relationship between resources.
RelationshipItem src/Normalizer/RelationshipItem.php Value object representing a JSON API relationship item.
RelationshipItemNormalizer src/Normalizer/RelationshipItemNormalizer.php Converts the Drupal entity reference item object to a JSON API structure.
RelationshipNormalizer src/Normalizer/RelationshipNormalizer.php Normalizes a Relationship according to the JSON API specification.
SortNormalizer src/Normalizer/SortNormalizer.php The normalizer used for JSON API sorts.
UnprocessableHttpEntityExceptionNormalizer src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php Normalizes and UnprocessableHttpEntityException.