public function PageBottomEvent::getBuild in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Theme/PageBottomEvent.php \Drupal\core_event_dispatcher\Event\Theme\PageBottomEvent::getBuild()
Get the build array.
Return value
array The build array.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ PageBottomEvent.php, line 37
Class
- PageBottomEvent
- Class PageBottomEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function &getBuild() : array {
return $this->build;
}