public function GenericEvent::getArguments

Getter for all arguments.

Return value

array

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php, line 97

Class

GenericEvent
Event encapsulation class.

Namespace

Symfony\Component\EventDispatcher

Code

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