TypedDataNormalizer::$supportedInterfaceOrClass

Same name in other branches
  1. 9 core/modules/serialization/src/Normalizer/TypedDataNormalizer.php \Drupal\serialization\Normalizer\TypedDataNormalizer::supportedInterfaceOrClass

Type: supportedInterfaceOrClass

Overrides NormalizerBase::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/TypedDataNormalizer.php, line 15

Class

TypedDataNormalizer
Converts typed data objects to arrays.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = TypedDataInterface::class;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.