function LayoutBuilderOverridableInterface::isOverridable
Same name in other branches
- 11.x core/modules/layout_builder/src/LayoutBuilderOverridableInterface.php \Drupal\layout_builder\LayoutBuilderOverridableInterface::isOverridable()
Determines if the display allows custom overrides.
Return value
bool TRUE if custom overrides are allowed, FALSE otherwise.
File
-
core/
modules/ layout_builder/ src/ LayoutBuilderOverridableInterface.php, line 16
Class
- LayoutBuilderOverridableInterface
- Provides an interface for displays that could be overridable.
Namespace
Drupal\layout_builderCode
public function isOverridable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.