public function GenericEvent::offsetExists

ArrayAccess has argument.

Parameters

string $key Array key.:

Return value

boolean

File

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

Class

GenericEvent
Event encapsulation class.

Namespace

Symfony\Component\EventDispatcher

Code

public function offsetExists($key) {
  return $this
    ->hasArgument($key);
}