You are here

protected property ChangesNormalizer::$supportedInterfaceOrClass in Replication 8

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

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/ChangesNormalizer.php, line 11

Class

ChangesNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\replication\\Changes\\ChangesInterface',
];