You are here

public function EntityViewEvent::getBuild in Hook Event Dispatcher 8

Get the build.

Return value

array The build.

File

src/Event/Entity/EntityViewEvent.php, line 62

Class

EntityViewEvent
Class EntityViewEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

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