Constructs a new LayoutBuilderRoutes.
\Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface $section_storage_manager: The section storage manager.
public function __construct(SectionStorageManagerInterface $section_storage_manager) { $this->sectionStorageManager = $section_storage_manager; }