You are here

protected property AttachmentNormalizer::$supportedInterfaceOrClass in Replication 8

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

Type: string[]

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/AttachmentNormalizer.php, line 14

Class

AttachmentNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  '\\Drupal\\file\\FileInterface',
];