You are here

protected property SectionComponentBuildRenderArrayEvent::$component in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php \Drupal\layout_builder\Event\SectionComponentBuildRenderArrayEvent::component

The section component whose render array is being built.

Type: \Drupal\layout_builder\SectionComponent

File

core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php, line 26

Class

SectionComponentBuildRenderArrayEvent
Event fired when a section component's render array is being built.

Namespace

Drupal\layout_builder\Event

Code

protected $component;