You are here

protected property MetatagFieldItemNormalizer::$supportedInterfaceOrClass in Replication 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/MetatagFieldItemNormalizer.php, line 16

Class

MetatagFieldItemNormalizer
Converts the Metatag field item object structure to METATAG array structure.

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\metatag\\Plugin\\Field\\FieldType\\MetatagFieldItem';