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