function NormalizerBase::hasCacheableSupportsMethod

13 methods override NormalizerBase::hasCacheableSupportsMethod()
ConfigEntityDenormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ContentEntityDenormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
DataNormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/DataNormalizer.php
FieldItemNormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldNormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/FieldNormalizer.php

... See full list

File

core/modules/serialization/src/Normalizer/NormalizerBase.php, line 105

Class

NormalizerBase
Base class for Normalizers.

Namespace

Drupal\serialization\Normalizer

Code

public function hasCacheableSupportsMethod() : bool {
  return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.