function LayoutEntityDisplayInterface::isOverridable

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php \Drupal\layout_builder\Entity\LayoutEntityDisplayInterface::isOverridable()
  2. 10 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.