You are here

public function ConfigFieldItemNormalizerValue::rasterizeValue in JSON:API 8

Overrides FieldItemNormalizerValue::rasterizeValue

File

src/Normalizer/Value/ConfigFieldItemNormalizerValue.php, line 32

Class

ConfigFieldItemNormalizerValue
Helps normalize config entity "fields" in compliance with the JSON API spec.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function rasterizeValue() {
  return $this
    ->rasterizeValueRecursive($this->raw);
}