You are here

protected property ContentEntityNormalizer::$supportedInterfaceOrClass in Replication 8

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

Type: string[]

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/ContentEntityNormalizer.php, line 36

Class

ContentEntityNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\Core\\Entity\\ContentEntityInterface',
];