You are here

protected property SectionComponentBuildRenderArrayEvent::$plugin 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::plugin

The plugin for the section component being built.

Type: \Drupal\Component\Plugin\PluginInspectionInterface

File

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

Class

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

Namespace

Drupal\layout_builder\Event

Code

protected $plugin;