You are here

class HttpExceptionNormalizerValue in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/Normalizer/Value/HttpExceptionNormalizerValue.php \Drupal\jsonapi\Normalizer\Value\HttpExceptionNormalizerValue

Helps normalize exceptions in compliance with the JSON API spec.

@internal

Hierarchy

Expanded class hierarchy of HttpExceptionNormalizerValue

1 file declares its use of HttpExceptionNormalizerValue
HttpExceptionNormalizer.php in src/Normalizer/HttpExceptionNormalizer.php

File

src/Normalizer/Value/HttpExceptionNormalizerValue.php, line 10

Namespace

Drupal\jsonapi\Normalizer\Value
View source
class HttpExceptionNormalizerValue extends FieldNormalizerValue {

}

Members

Namesort descending Modifiers Type Description Overrides
CacheableDependenciesMergerTrait::mergeCacheableDependencies protected static function Determines the joint cacheability of all provided dependencies.
CacheableDependencyTrait::$cacheContexts protected property Cache contexts.
CacheableDependencyTrait::$cacheMaxAge protected property Cache max-age.
CacheableDependencyTrait::$cacheTags protected property Cache tags.
CacheableDependencyTrait::getCacheContexts public function
CacheableDependencyTrait::getCacheMaxAge public function
CacheableDependencyTrait::getCacheTags public function
CacheableDependencyTrait::setCacheability protected function Sets cacheability; useful for value object constructors.
FieldNormalizerValue::$cardinality protected property The field cardinality.
FieldNormalizerValue::$includes protected property The includes.
FieldNormalizerValue::$propertyType protected property The property type. Either: 'attributes' or `relationships'.
FieldNormalizerValue::$values protected property The values.
FieldNormalizerValue::getAllIncludes public function Computes all the nested includes recursively. Overrides FieldNormalizerValueInterface::getAllIncludes
FieldNormalizerValue::getIncludes public function Gets the includes. Overrides FieldNormalizerValueInterface::getIncludes
FieldNormalizerValue::getPropertyType public function Gets the propertyType. Overrides FieldNormalizerValueInterface::getPropertyType
FieldNormalizerValue::rasterizeIncludes public function Get the includes. Overrides ValueExtractorInterface::rasterizeIncludes
FieldNormalizerValue::rasterizeValue public function Get the rasterized value. Overrides ValueExtractorInterface::rasterizeValue 1
FieldNormalizerValue::__construct public function Instantiate a FieldNormalizerValue object. 2