public function DefaultsSectionStorage::enableLayoutBuilder in Drupal 8
Same name and namespace in other branches
- 9 core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage::enableLayoutBuilder()
Enables the Layout Builder.
Return value
$this
Overrides LayoutBuilderEnabledInterface::enableLayoutBuilder
File
- core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php, line 379
Class
- DefaultsSectionStorage
- Defines the 'defaults' section storage type.
Namespace
Drupal\layout_builder\Plugin\SectionStorageCode
public function enableLayoutBuilder() {
$this
->getDisplay()
->enableLayoutBuilder();
return $this;
}