You are here

public function LayoutSectionStorageParamConverter::__construct in Drupal 10

Constructs a new LayoutSectionStorageParamConverter.

Parameters

\Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface $section_storage_manager: The section storage manager.

File

core/modules/layout_builder/src/Routing/LayoutSectionStorageParamConverter.php, line 30

Class

LayoutSectionStorageParamConverter
Loads the section storage from the routing defaults.

Namespace

Drupal\layout_builder\Routing

Code

public function __construct(SectionStorageManagerInterface $section_storage_manager) {
  $this->sectionStorageManager = $section_storage_manager;
}