You are here

protected property AttachmentNormalizer::$format in Replication 8

Same name and namespace in other branches
  1. 8.2 src/Normalizer/AttachmentNormalizer.php \Drupal\replication\Normalizer\AttachmentNormalizer::format

Type: string[]

Overrides ContentEntityNormalizer::$format

File

src/Normalizer/AttachmentNormalizer.php, line 19

Class

AttachmentNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $format = [
  'stream',
  'base64_stream',
];