You are here

public function LayoutBuilderEnabledInterface::disableLayoutBuilder in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php \Drupal\layout_builder\LayoutBuilderEnabledInterface::disableLayoutBuilder()
  2. 10 core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php \Drupal\layout_builder\LayoutBuilderEnabledInterface::disableLayoutBuilder()

Disables the Layout Builder.

Return value

$this

2 methods override LayoutBuilderEnabledInterface::disableLayoutBuilder()
DefaultsSectionStorage::disableLayoutBuilder in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
Disables the Layout Builder.
LayoutBuilderEntityViewDisplay::disableLayoutBuilder in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
Disables the Layout Builder.

File

core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php, line 30

Class

LayoutBuilderEnabledInterface
Provides methods for enabling and disabling Layout Builder.

Namespace

Drupal\layout_builder

Code

public function disableLayoutBuilder();