public function HasDispatcherInterface::setEventDispatcher

Set the EventDispatcher of the request

Parameters

EventDispatcherInterface $eventDispatcher:

Return value

HasDispatcherInterface

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

File

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

Class

HasDispatcherInterface
Holds an event dispatcher

Namespace

Guzzle\Common

Code

public function setEventDispatcher(EventDispatcherInterface $eventDispatcher);