You are here

public function NullFieldNormalizerValue::getAllIncludes in JSON:API 8

Computes all the nested includes recursively.

Return value

array The includes and the nested includes.

Overrides FieldNormalizerValueInterface::getAllIncludes

File

src/Normalizer/Value/NullFieldNormalizerValue.php, line 70

Class

NullFieldNormalizerValue
Normalizes null fields in accordance with the JSON API specification.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function getAllIncludes() {
  return NULL;
}