You are here

protected property TextItemNormalizer::$supportedInterfaceOrClass in Replication 8.2

The interface or class that this Normalizer supports.

Type: string

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/TextItemNormalizer.php, line 17

Class

TextItemNormalizer
Converts TextItem fields to an array including computed values.

Namespace

Drupal\replication\Normalizer

Code

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