function ListNormalizer::hasCacheableSupportsMethod

Overrides NormalizerBase::hasCacheableSupportsMethod

1 method overrides ListNormalizer::hasCacheableSupportsMethod()
FieldNormalizer::hasCacheableSupportsMethod in core/modules/hal/src/Normalizer/FieldNormalizer.php

File

core/modules/serialization/src/Normalizer/ListNormalizer.php, line 37

Class

ListNormalizer
Converts list objects to arrays.

Namespace

Drupal\serialization\Normalizer

Code

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

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