You are here

protected property PrepareLayoutEvent::$sectionStorage in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/Event/PrepareLayoutEvent.php \Drupal\layout_builder\Event\PrepareLayoutEvent::sectionStorage

The section storage plugin.

Type: \Drupal\layout_builder\SectionStorageInterface

File

core/modules/layout_builder/src/Event/PrepareLayoutEvent.php, line 23

Class

PrepareLayoutEvent
Event fired in #pre_render of \Drupal\layout_builder\Element\LayoutBuilder.

Namespace

Drupal\layout_builder\Event

Code

protected $sectionStorage;