public function ViewsPreViewEvent::getArguments in Hook Event Dispatcher 8
Get the array of view arguments.
Return value
array The array of arguments passed into the view.
File
- src/
Event/ Views/ ViewsPreViewEvent.php, line 59
Class
- ViewsPreViewEvent
- Class ViewsPreRenderEvent.
Namespace
Drupal\hook_event_dispatcher\Event\ViewsCode
public function &getArguments() {
return $this->arguments;
}