function LayoutBuilderOverridableInterface::isOverridable

Same name and namespace in other branches
  1. 10 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_builder

Code

public function isOverridable();

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