You are here

protected property DataDefinitionStringNormalizer::$supportedDataTypes in JSON:API Schema 8

The supported data type.

Type: string[]

Overrides DataDefinitionNormalizer::$supportedDataTypes

File

src/Normalizer/DataDefinitionStringNormalizer.php, line 15

Class

DataDefinitionStringNormalizer
Data definition normalizer.

Namespace

Drupal\jsonapi_schema\Normalizer

Code

protected $supportedDataTypes = [
  'filter_format',
  'language_reference',
];