public function FieldNormalizerValueInterface::getIncludes in JSON:API 8
Gets the includes.
Return value
mixed The includes.
2 methods override FieldNormalizerValueInterface::getIncludes()
- FieldNormalizerValue::getIncludes in src/Normalizer/ Value/ FieldNormalizerValue.php 
- Gets the includes.
- NullFieldNormalizerValue::getIncludes in src/Normalizer/ Value/ NullFieldNormalizerValue.php 
- Gets the includes.
File
- src/Normalizer/ Value/ FieldNormalizerValueInterface.php, line 20 
Class
- FieldNormalizerValueInterface
- Interface to help normalize fields in compliance with the JSON API spec.
Namespace
Drupal\jsonapi\Normalizer\ValueCode
public function getIncludes();