public function PageBottomEvent::getBuild in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 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;
}