You are here

public function FieldNormalizerValue::getPropertyType in JSON:API 8

Gets the propertyType.

Return value

mixed The propertyType.

Overrides FieldNormalizerValueInterface::getPropertyType

File

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

Class

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

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function getPropertyType() {
  return $this->propertyType;
}