You are here

protected property FieldNormalizer::$format in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/hal/src/Normalizer/FieldNormalizer.php \Drupal\hal\Normalizer\FieldNormalizer::format

List of formats which supports (de-)normalization.

Type: string|string[]

Overrides NormalizerBase::$format

File

core/modules/hal/src/Normalizer/FieldNormalizer.php, line 16

Class

FieldNormalizer
Converts the Drupal field structure to HAL array structure.

Namespace

Drupal\hal\Normalizer

Code

protected $format = [
  'hal_json',
];