function NormalizerBase::hasCacheableSupportsMethod
Same name in other branches
- 10 core/modules/serialization/src/Normalizer/NormalizerBase.php \Drupal\serialization\Normalizer\NormalizerBase::hasCacheableSupportsMethod()
22 methods override NormalizerBase::hasCacheableSupportsMethod()
- BooleanNormalizer::hasCacheableSupportsMethod in core/
modules/ serialization/ tests/ modules/ test_datatype_boolean_emoji_normalizer/ src/ Normalizer/ BooleanNormalizer.php - ComplexDataNormalizer::hasCacheableSupportsMethod in core/
modules/ serialization/ src/ Normalizer/ ComplexDataNormalizer.php - ConfigEntityDenormalizer::hasCacheableSupportsMethod in core/
modules/ jsonapi/ src/ Normalizer/ ConfigEntityDenormalizer.php - ContentEntityDenormalizer::hasCacheableSupportsMethod in core/
modules/ jsonapi/ src/ Normalizer/ ContentEntityDenormalizer.php - ContentEntityNormalizer::hasCacheableSupportsMethod in core/
modules/ hal/ src/ Normalizer/ ContentEntityNormalizer.php
File
-
core/
modules/ serialization/ src/ Normalizer/ NormalizerBase.php, line 105
Class
- NormalizerBase
- Base class for Normalizers.
Namespace
Drupal\serialization\NormalizerCode
public function hasCacheableSupportsMethod() : bool {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.