function TimestampItemNormalizer::hasCacheableSupportsMethod

Overrides FieldItemNormalizer::hasCacheableSupportsMethod

File

core/modules/hal/src/Normalizer/TimestampItemNormalizer.php, line 48

Class

TimestampItemNormalizer
Converts values for TimestampItem to and from common formats for hal.

Namespace

Drupal\hal\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.