You are here

public function LayoutEntityDisplayNormalizer::hasCacheableSupportsMethod in Drupal 10

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;
}