You are here

protected property LinkItemNormalizer::$supportedInterfaceOrClass in Replication 8.2

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

The interface or class that this Normalizer supports.

Type: string

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/LinkItemNormalizer.php, line 19

Class

LinkItemNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\link\\Plugin\\Field\\FieldType\\LinkItem';