public function ViewsPreViewEvent::getArguments in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/views_event_dispatcher/src/Event/Views/ViewsPreViewEvent.php \Drupal\views_event_dispatcher\Event\Views\ViewsPreViewEvent::getArguments()
Get the array of view arguments.
Return value
array The array of arguments passed into the view.
File
- modules/
views_event_dispatcher/ src/ Event/ Views/ ViewsPreViewEvent.php, line 58
Class
- ViewsPreViewEvent
- Class ViewsPreRenderEvent.
Namespace
Drupal\views_event_dispatcher\Event\ViewsCode
public function &getArguments() : array {
return $this->arguments;
}