You are here

protected property ReplicationLogNormalizer::$supportedInterfaceOrClass in Replication 8.2

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

Type: string[]

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/ReplicationLogNormalizer.php, line 17

Class

ReplicationLogNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\replication\\Entity\\ReplicationLog',
];