You are here

protected property CommentItemNormalizer::$supportedInterfaceOrClass in Replication 8.2

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

The interface or class that this Normalizer supports.

Type: string

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/CommentItemNormalizer.php, line 14

Class

CommentItemNormalizer

Namespace

Drupal\replication\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\comment\\Plugin\\Field\\FieldType\\CommentItem';