You are here

protected property AllDocsNormalizer::$supportedInterfaceOrClass in Replication 8

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

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/AllDocsNormalizer.php, line 9

Class

AllDocsNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\replication\\AllDocs\\AllDocsInterface',
];