You are here

protected property EntityReferenceQuantityItemNormalizer::$format in Replication 8

Format.

Type: string[]

Overrides EntityReferenceItemNormalizer::$format

File

src/Normalizer/EntityReferenceQuantityItemNormalizer.php, line 22

Class

EntityReferenceQuantityItemNormalizer
Normalizer for entity_reference_quantity field type.

Namespace

Drupal\replication\Normalizer

Code

protected $format = [
  'json',
];