You are here

protected property FieldNormalizerValue::$propertyType in JSON:API 8

The property type. Either: 'attributes' or `relationships'.

Type: string

File

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

Class

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

Namespace

Drupal\jsonapi\Normalizer\Value

Code

protected $propertyType;