public function PageTopEvent::__construct in Hook Event Dispatcher 8
PageTopEvent constructor.
Parameters
array $build: The build array.
File
- src/
Event/ Page/ PageTopEvent.php, line 27
Class
- PageTopEvent
- Class PageTopEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PageCode
public function __construct(array &$build) {
$this->build =& $build;
}