You are here

public function EntityViewAlterEvent::getBuild in Hook Event Dispatcher 8

Get the build.

Return value

array The build.

File

src/Event/Entity/EntityViewAlterEvent.php, line 53

Class

EntityViewAlterEvent
Class EntityViewAlterEventEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

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