You are here

namespace Drupal\jsonapi\Normalizer in Drupal 10

Same name in other branches
  1. 8 Drupal\jsonapi\Normalizer
  2. 9 Drupal\jsonapi\Normalizer
Classsort descending Location Description
ConfigEntityDenormalizer core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php Converts the Drupal config entity object to a JSON:API array structure.
ContentEntityDenormalizer core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php Converts a JSON:API array structure into a Drupal entity object.
EntityAccessDeniedHttpExceptionNormalizer core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Normalizes an EntityAccessDeniedException.
NormalizerBase core/modules/jsonapi/src/Normalizer/NormalizerBase.php Base normalizer used in all JSON:API normalizers.
UnprocessableHttpEntityExceptionNormalizer core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php Normalizes and UnprocessableHttpEntityException.