public function EntityNormalizerValue::getValues in JSON:API 8
Gets the values.
Return value
mixed The values.
1 call to EntityNormalizerValue::getValues()
- EntityNormalizerValue::rasterizeValue in src/
Normalizer/ Value/ EntityNormalizerValue.php - Get the rasterized value.
File
- src/
Normalizer/ Value/ EntityNormalizerValue.php, line 132
Class
- EntityNormalizerValue
- Helps normalize entities in compliance with the JSON API spec.
Namespace
Drupal\jsonapi\Normalizer\ValueCode
public function getValues() {
return $this->values;
}