You are here

public function PageBottomEvent::getBuild in Hook Event Dispatcher 8

Get the build array.

Return value

array The build array.

File

src/Event/Page/PageBottomEvent.php, line 37

Class

PageBottomEvent
Class PageBottomEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Page

Code

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