public function BaseBlockEvent::getBuild in Hook Event Dispatcher 8
Get the build array.
Return value
array The build array.
File
- src/
Event/ Block/ BaseBlockEvent.php, line 46
Class
- BaseBlockEvent
- Class BaseBlockEvent.
Namespace
Drupal\hook_event_dispatcher\Event\BlockCode
public function &getBuild() {
return $this->build;
}