protected property ConfigEntityNormalizer::$supportedInterfaceOrClass in Drupal 8
Same name and namespace in other branches
- 9 core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php \Drupal\serialization\Normalizer\ConfigEntityNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides EntityNormalizer::$supportedInterfaceOrClass
File
- core/
modules/ serialization/ src/ Normalizer/ ConfigEntityNormalizer.php, line 15
Class
- ConfigEntityNormalizer
- Normalizes/denormalizes Drupal config entity objects into an array structure.
Namespace
Drupal\serialization\NormalizerCode
protected $supportedInterfaceOrClass = ConfigEntityInterface::class;