You are here

protected property TextItemSillyNormalizer::$supportedInterfaceOrClass in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php \Drupal\field_normalization_test\Normalization\TextItemSillyNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string|array

Overrides FieldItemNormalizer::$supportedInterfaceOrClass

File

core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php, line 16

Class

TextItemSillyNormalizer
A test TextItem normalizer to test denormalization.

Namespace

Drupal\field_normalization_test\Normalization

Code

protected $supportedInterfaceOrClass = TextItemBase::class;