function LayoutEntityDisplayInterface::isOverridable
Same name in other branches
- 8.9.x 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\EntityCode
public function isOverridable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.