Renders the Layout UI.
\Drupal\layout_builder\SectionStorageInterface $section_storage: The section storage.
array A render array.
public function layout(SectionStorageInterface $section_storage) { return [ '#type' => 'layout_builder', '#section_storage' => $section_storage, ]; }