You are here

namespace Drupal\layout_builder\Controller in Drupal 9

Same name in other branches
  1. 8 Drupal\layout_builder\Controller
Classsort descending Location Description
AddSectionController core/modules/layout_builder/src/Controller/AddSectionController.php Defines a controller to add a new section.
ChooseBlockController core/modules/layout_builder/src/Controller/ChooseBlockController.php Defines a controller to choose a new block.
ChooseSectionController core/modules/layout_builder/src/Controller/ChooseSectionController.php Defines a controller to choose a new section.
LayoutBuilderController core/modules/layout_builder/src/Controller/LayoutBuilderController.php Defines a controller to provide the Layout Builder admin UI.
LayoutBuilderHtmlEntityFormController core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php Overrides the entity form controller service for layout builder operations.
LayoutRebuildTrait core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php Provides AJAX responses to rebuild the Layout Builder.
MoveBlockController core/modules/layout_builder/src/Controller/MoveBlockController.php Defines a controller to move a block.