You are here

protected property MetatagNormalizer::$supportedInterfaceOrClass in Metatag 8

The interface or class that this Normalizer supports.

Type: string|array

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/MetatagNormalizer.php, line 15

Class

MetatagNormalizer
Normalizes metatag into the viewed entity.

Namespace

Drupal\metatag\Normalizer

Code

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