function DefaultsSectionStorage::isOverridable
Determines if the display allows custom overrides.
Return value
bool TRUE if custom overrides are allowed, FALSE otherwise.
Overrides LayoutBuilderOverridableInterface::isOverridable
File
-
core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php, line 317
Class
- DefaultsSectionStorage
- Defines the 'defaults' section storage type.
Namespace
Drupal\layout_builder\Plugin\SectionStorageCode
public function isOverridable() {
return $this->getDisplay()
->isOverridable();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.