You are here

namespace Drupal\jsonapi\Normalizer\Value in Drupal 10

Same name in other branches
  1. 8 Drupal\jsonapi\Normalizer\Value
  2. 9 Drupal\jsonapi\Normalizer\Value
Classsort descending Location Description
CacheableNormalization core/modules/jsonapi/src/Normalizer/Value/CacheableNormalization.php Use to store normalized data and its cacheability.
CacheableOmission core/modules/jsonapi/src/Normalizer/Value/CacheableOmission.php Represents the cacheability associated with the omission of a value.
HttpExceptionNormalizerValue core/modules/jsonapi/src/Normalizer/Value/HttpExceptionNormalizerValue.php Helps normalize exceptions in compliance with the JSON:API spec.
TemporaryArrayObjectThrowingExceptions core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php An \ArrayObject that throws an exception when used as an ArrayObject.