public function PageBottomEvent::__construct in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/core_event_dispatcher/src/Event/Theme/PageBottomEvent.php \Drupal\core_event_dispatcher\Event\Theme\PageBottomEvent::__construct()
PageBottomEvent constructor.
Parameters
array $build: The build array.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ PageBottomEvent.php, line 27
Class
- PageBottomEvent
- Class PageBottomEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function __construct(array &$build) {
$this->build =& $build;
}