Constructs a new PrepareLayoutEvent.
\Drupal\layout_builder\SectionStorageInterface $section_storage: The section storage preparing the Layout.
public function __construct(SectionStorageInterface $section_storage) { $this->sectionStorage = $section_storage; }