You are here

public function PageTopEvent::setBuild in Hook Event Dispatcher 8

Set the build.

Parameters

array $build: The build array.

File

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

Class

PageTopEvent
Class PageTopEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Page

Code

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