function MarkupNormalizer::hasCacheableSupportsMethod
Overrides NormalizerBase::hasCacheableSupportsMethod
File
-
core/
modules/ serialization/ src/ Normalizer/ MarkupNormalizer.php, line 27
Class
- MarkupNormalizer
- Normalizes MarkupInterface objects into a string.
Namespace
Drupal\serialization\NormalizerCode
public function hasCacheableSupportsMethod() : bool {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.