public function SectionComponentDependenciesEvent::getComponent in Dependency Calculation 8
Get the event component.
Return value
\Drupal\layout_builder\SectionComponent The section component.
File
- src/
Event/ SectionComponentDependenciesEvent.php, line 51
Class
- SectionComponentDependenciesEvent
- The SectionComponentDependenciesEvent event.
Namespace
Drupal\depcalc\EventCode
public function getComponent() {
return $this->component;
}