function LayoutBuilderEntityViewDisplay::disableLayoutBuilder
Disables the Layout Builder.
Return value
$this
Overrides LayoutBuilderEnabledInterface::disableLayoutBuilder
File
- 
              core/modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php, line 94 
Class
- LayoutBuilderEntityViewDisplay
- Provides an entity view display entity that has a layout.
Namespace
Drupal\layout_builder\EntityCode
public function disableLayoutBuilder() {
  $this->setOverridable(FALSE);
  $this->setThirdPartySetting('layout_builder', 'enabled', FALSE);
  return $this;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
