public function LayoutBuilderEnabledInterface::enableLayoutBuilder in Drupal 8
Same name and namespace in other branches
- 9 core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php \Drupal\layout_builder\LayoutBuilderEnabledInterface::enableLayoutBuilder()
- 10 core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php \Drupal\layout_builder\LayoutBuilderEnabledInterface::enableLayoutBuilder()
Enables the Layout Builder.
Return value
$this
2 methods override LayoutBuilderEnabledInterface::enableLayoutBuilder()
- DefaultsSectionStorage::enableLayoutBuilder in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Enables the Layout Builder.
- LayoutBuilderEntityViewDisplay::enableLayoutBuilder in core/
modules/ layout_builder/ src/ Entity/ LayoutBuilderEntityViewDisplay.php - Enables the Layout Builder.
File
- core/
modules/ layout_builder/ src/ LayoutBuilderEnabledInterface.php, line 23
Class
- LayoutBuilderEnabledInterface
- Provides methods for enabling and disabling Layout Builder.
Namespace
Drupal\layout_builderCode
public function enableLayoutBuilder();