function LayoutEntityDisplayNormalizer::hasCacheableSupportsMethod

Overrides ComplexDataNormalizer::hasCacheableSupportsMethod

File

core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php, line 36

Class

LayoutEntityDisplayNormalizer
Normalizes/denormalizes LayoutEntityDisplay objects into an array structure.

Namespace

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