You are here

protected property TextItemNormalizer::$supportedInterfaceOrClass in Content Synchronization 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Normalizer/TextItemNormalizer.php \Drupal\content_sync\Normalizer\TextItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

src/Normalizer/TextItemNormalizer.php, line 17

Class

TextItemNormalizer
Converts TextItem fields to an array including computed values.

Namespace

Drupal\content_sync\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\text\\Plugin\\Field\\FieldType\\TextItemBase';