You are here

public function ChooseSectionController::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Controller/ChooseSectionController.php \Drupal\layout_builder\Controller\ChooseSectionController::__construct()

ChooseSectionController constructor.

Parameters

\Drupal\Core\Layout\LayoutPluginManagerInterface $layout_manager: The layout manager.

File

core/modules/layout_builder/src/Controller/ChooseSectionController.php, line 40

Class

ChooseSectionController
Defines a controller to choose a new section.

Namespace

Drupal\layout_builder\Controller

Code

public function __construct(LayoutPluginManagerInterface $layout_manager) {
  $this->layoutManager = $layout_manager;
}