public function HasDispatcherInterface::getEventDispatcher

Get the EventDispatcher of the request

Return value

EventDispatcherInterface

3 methods override HasDispatcherInterface::getEventDispatcher()
AbstractHasDispatcher::getEventDispatcher in drupal/core/vendor/guzzle/common/Guzzle/Common/AbstractHasDispatcher.php
Get the EventDispatcher of the request
IoEmittingEntityBody::getEventDispatcher in drupal/core/vendor/guzzle/http/Guzzle/Http/IoEmittingEntityBody.php
Get the EventDispatcher of the request
Request::getEventDispatcher in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the EventDispatcher of the request

File

drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php, line 34

Class

HasDispatcherInterface
Holds an event dispatcher

Namespace

Guzzle\Common

Code

public function getEventDispatcher();