You are here

protected property FileEntityNormalizer::$supportedInterfaceOrClass in Replication 8.2

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

Type: string[]

Overrides ContentEntityNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FileEntityNormalizer.php, line 21

Class

FileEntityNormalizer

Namespace

Drupal\replication\Normalizer

Code

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