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\ValueCode
public function getAllIncludes() {
return NULL;
}