You are here

public function FieldNormalizerValue::getIncludes in JSON:API 8

Gets the includes.

Return value

mixed The includes.

Overrides FieldNormalizerValueInterface::getIncludes

1 call to FieldNormalizerValue::getIncludes()
FieldNormalizerValue::getAllIncludes in src/Normalizer/Value/FieldNormalizerValue.php
Computes all the nested includes recursively.

File

src/Normalizer/Value/FieldNormalizerValue.php, line 105

Class

FieldNormalizerValue
Helps normalize fields in compliance with the JSON API spec.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function getIncludes() {
  return $this->includes;
}