protected property ComplexDataNormalizer::$supportedInterfaceOrClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php \Drupal\serialization\Normalizer\ComplexDataNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- core/
modules/ serialization/ src/ Normalizer/ ComplexDataNormalizer.php, line 27 - Contains \Drupal\serialization\Normalizer\ComplexDataNormalizer.
Class
- ComplexDataNormalizer
- Converts the Drupal entity object structures to a normalized array.
Namespace
Drupal\serialization\NormalizerCode
protected $supportedInterfaceOrClass = 'Drupal\\Core\\TypedData\\ComplexDataInterface';