You are here

protected property FieldItemNormalizer::$supportedInterfaceOrClass in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/serialization/src/Normalizer/FieldItemNormalizer.php \Drupal\serialization\Normalizer\FieldItemNormalizer::supportedInterfaceOrClass
  2. 9 core/modules/serialization/src/Normalizer/FieldItemNormalizer.php \Drupal\serialization\Normalizer\FieldItemNormalizer::supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/FieldItemNormalizer.php, line 20

Class

FieldItemNormalizer
Denormalizes field item object structure by updating the entity field values.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = FieldItemInterface::class;