You are here

protected property NormalizerBase::$format in JSON:API 8.2

List of formats which supports (de-)normalization.

Type: string|string[]

Overrides NormalizerBase::$format

File

src/Normalizer/NormalizerBase.php, line 22

Class

NormalizerBase
Base normalizer used in all JSON:API normalizers.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $format = 'api_json';