public function PageTopEvent::getBuild in Hook Event Dispatcher 8
Get the build array.
Return value
array The build array.
File
- src/
Event/ Page/ PageTopEvent.php, line 37
Class
- PageTopEvent
- Class PageTopEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PageCode
public function &getBuild() {
return $this->build;
}