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