You are here

public function PageBottomEvent::setBuild in Hook Event Dispatcher 8

Set the build.

Parameters

array $build: The build array.

File

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

Class

PageBottomEvent
Class PageBottomEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Page

Code

public function setBuild(array $build) {
  $this->build = $build;
}