You are here

public function ValueExtractorInterface::rasterizeIncludes in JSON:API 8

Get the includes.

Return value

array[] An array of includes keyed by entity type and id pair.

5 methods override ValueExtractorInterface::rasterizeIncludes()
EntityNormalizerValue::rasterizeIncludes in src/Normalizer/Value/EntityNormalizerValue.php
Get the includes.
FieldNormalizerValue::rasterizeIncludes in src/Normalizer/Value/FieldNormalizerValue.php
Get the includes.
JsonApiDocumentTopLevelNormalizerValue::rasterizeIncludes in src/Normalizer/Value/JsonApiDocumentTopLevelNormalizerValue.php
Get the includes.
NullFieldNormalizerValue::rasterizeIncludes in src/Normalizer/Value/NullFieldNormalizerValue.php
Get the includes.
RelationshipItemNormalizerValue::rasterizeIncludes in src/Normalizer/Value/RelationshipItemNormalizerValue.php
Get the includes.

File

src/Normalizer/Value/ValueExtractorInterface.php, line 26

Class

ValueExtractorInterface
Interface for value objects used in the JSON API normalization process.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function rasterizeIncludes();