protected property EntityNormalizer::$supportedInterfaceOrClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/serialization/src/Normalizer/EntityNormalizer.php \Drupal\serialization\Normalizer\EntityNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: array
Overrides ComplexDataNormalizer::$supportedInterfaceOrClass
File
- core/
modules/ serialization/ src/ Normalizer/ EntityNormalizer.php, line 24 - Contains \Drupal\serialization\Normalizer\EntityNormalizer.
Class
- EntityNormalizer
- Normalizes/denormalizes Drupal entity objects into an array structure.
Namespace
Drupal\serialization\NormalizerCode
protected $supportedInterfaceOrClass = array(
'Drupal\\Core\\Entity\\EntityInterface',
);