You are here

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\Page

Code

public function &getBuild() {
  return $this->build;
}