You are here

public function LayoutEntityDisplayInterface::isOverridable in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php \Drupal\layout_builder\Entity\LayoutEntityDisplayInterface::isOverridable()
  2. 9 core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php \Drupal\layout_builder\Entity\LayoutEntityDisplayInterface::isOverridable()

Determines if the display allows custom overrides.

Return value

bool TRUE if custom overrides are allowed, FALSE otherwise.

1 method overrides LayoutEntityDisplayInterface::isOverridable()
LayoutBuilderEntityViewDisplay::isOverridable in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Determines if the display allows custom overrides.

File

core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php, line 22

Class

LayoutEntityDisplayInterface
Provides an interface for entity displays that have layout.

Namespace

Drupal\layout_builder\Entity

Code

public function isOverridable();