function FileEntityNormalizer::hasCacheableSupportsMethod

Overrides ContentEntityNormalizer::hasCacheableSupportsMethod

File

core/modules/hal/src/Normalizer/FileEntityNormalizer.php, line 80

Class

FileEntityNormalizer
Converts the Drupal entity object structure to a 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.