You are here

public function NullFieldNormalizerValue::getPropertyType in JSON:API 8

Gets the propertyType.

Return value

mixed The propertyType.

Overrides FieldNormalizerValueInterface::getPropertyType

File

src/Normalizer/Value/NullFieldNormalizerValue.php, line 49

Class

NullFieldNormalizerValue
Normalizes null fields in accordance with the JSON API specification.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

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