You are here

protected property NormalizerBase::$formats in JSON:API 8

The formats that the Normalizer can handle.

Type: array

File

src/Normalizer/NormalizerBase.php, line 19

Class

NormalizerBase
Base normalizer used in all JSON API normalizers.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $formats = [
  'api_json',
];