You are here

public function SectionComponentDependenciesEvent::__construct in Dependency Calculation 8

SectionComponentDependenciesEvent constructor.

Parameters

\Drupal\layout_builder\SectionComponent $component: The section component.

File

src/Event/SectionComponentDependenciesEvent.php, line 41

Class

SectionComponentDependenciesEvent
The SectionComponentDependenciesEvent event.

Namespace

Drupal\depcalc\Event

Code

public function __construct(SectionComponent $component) {
  $this->component = $component;
}