function DefaultsSectionStorage::enableLayoutBuilder
Enables the Layout Builder.
Return value
$this
Overrides LayoutBuilderEnabledInterface::enableLayoutBuilder
File
-
core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php, line 347
Class
- DefaultsSectionStorage
- Defines the 'defaults' section storage type.
Namespace
Drupal\layout_builder\Plugin\SectionStorageCode
public function enableLayoutBuilder() {
$this->getDisplay()
->enableLayoutBuilder();
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.