You are here

public function EntityViewEvent::getBuild in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Entity/EntityViewEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityViewEvent::getBuild()

Get the build.

Return value

array The build.

File

modules/core_event_dispatcher/src/Event/Entity/EntityViewEvent.php, line 67

Class

EntityViewEvent
Class EntityViewEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

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