You are here

protected property PathFieldItemListNormalizer::$supportedInterfaceOrClass in Replication 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides FieldNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/PathFieldItemListNormalizer.php, line 15

Class

PathFieldItemListNormalizer
Normalizes path field.

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\path\\Plugin\\Field\\FieldType\\PathFieldItemList',
  'Drupal\\multiversion\\MultiversionFieldItemList',
];