You are here

protected property MetatagNormalizer::$supportedInterfaceOrClass in Replication 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides FieldNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/MetatagNormalizer.php, line 15

Class

MetatagNormalizer
Normalizes metatag into the viewed entity.

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\metatag\\Plugin\\Field\\MetatagEntityFieldItemList';