function NormalizerBase::hasCacheableSupportsMethod

Same name and namespace in other branches
  1. 10 core/modules/serialization/src/Normalizer/NormalizerBase.php \Drupal\serialization\Normalizer\NormalizerBase::hasCacheableSupportsMethod()
4 methods override NormalizerBase::hasCacheableSupportsMethod()
DateTimeNormalizer::hasCacheableSupportsMethod in core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
FieldItemNormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::hasCacheableSupportsMethod in core/modules/hal/src/Normalizer/FieldItemNormalizer.php
ResourceObjectNormalizer::hasCacheableSupportsMethod in core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php

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.