function FieldNormalizer::hasCacheableSupportsMethod

Overrides ListNormalizer::hasCacheableSupportsMethod

File

core/modules/hal/src/Normalizer/FieldNormalizer.php, line 77

Class

FieldNormalizer
Converts the Drupal field structure to HAL array structure.

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.