You are here

protected property RevsDiffNormalizer::$supportedInterfaceOrClass in Replication 8.2

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

Type: string[]

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/RevsDiffNormalizer.php, line 15

Class

RevsDiffNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\replication\\RevisionDiff\\RevisionDiffInterface',
];