You are here

public function ViewsPreViewEvent::getArguments in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 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\Views

Code

public function &getArguments() : array {
  return $this->arguments;
}