protected property MarkupNormalizer::$supportedInterfaceOrClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/serialization/src/Normalizer/MarkupNormalizer.php \Drupal\serialization\Normalizer\MarkupNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: array
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- core/
modules/ serialization/ src/ Normalizer/ MarkupNormalizer.php, line 20 - Contains \Drupal\serialization\Normalizer\MarkupNormalizer.
Class
- MarkupNormalizer
- Normalizes MarkupInterface objects into a string.
Namespace
Drupal\serialization\NormalizerCode
protected $supportedInterfaceOrClass = array(
'Drupal\\Component\\Render\\MarkupInterface',
);