You are here

public function FieldNormalizerValueInterface::getAllIncludes in JSON:API 8

Computes all the nested includes recursively.

Return value

array The includes and the nested includes.

2 methods override FieldNormalizerValueInterface::getAllIncludes()
FieldNormalizerValue::getAllIncludes in src/Normalizer/Value/FieldNormalizerValue.php
Computes all the nested includes recursively.
NullFieldNormalizerValue::getAllIncludes in src/Normalizer/Value/NullFieldNormalizerValue.php
Computes all the nested includes recursively.

File

src/Normalizer/Value/FieldNormalizerValueInterface.php, line 36

Class

FieldNormalizerValueInterface
Interface to help normalize fields in compliance with the JSON API spec.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function getAllIncludes();