Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Event.php

function Event::getArguments

Returns the event's arguments.

Return value

string[] The event arguments

File

vendor/composer/composer/src/Composer/EventDispatcher/Event.php, line 71

Class

Event
The base event class

Namespace

Composer\EventDispatcher

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal