Has argument.
Parameters
string $key Key of arguments array.:
Return value
boolean
File
- drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php, line 123
Class
- GenericEvent
- Event encapsulation class.
Namespace
Symfony\Component\EventDispatcher
Code
public function hasArgument($key) {
return array_key_exists($key, $this->arguments);
}