GetResponseEvent |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
Allows to create a response for a request |
Client::getResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php |
|
GetResponseEvent.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
|
Request::getResponse |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
Get the previously received {not been sent |
Request::getResponseBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
|
ViewExecutable::getResponse |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets the response object used by the view. |
GetResponseEvent::$response |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
The response object |
GetResponseForExceptionEvent |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php |
Allows to create a response for a thrown exception |
GetResponseEvent::getResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
Returns the response object |
GetResponseEvent::setResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
Sets a response and stops event propagation |
GetResponseEvent::hasResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseEvent.php |
Returns whether a response was set |
RequestInterface::getResponse |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php |
Get the previously received {not been sent |
PostResponseEvent::getResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/PostResponseEvent.php |
Returns the response for which this event was thrown. |
GetResponseForExceptionEvent.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php |
|
FilterResponseEvent::getResponse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/FilterResponseEvent.php |
Returns the current response object |
BadResponseException::getResponse |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/BadResponseException.php |
Get the response that caused the exception |
ResourceResponse::getResponseData |
function |
drupal/core/modules/rest/lib/Drupal/rest/ResourceResponse.php |
Returns response data that should be serialized. |
GetResponseForControllerResultEvent |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
Allows to create a response for the return value of a controller |
GetResponseForControllerResultEvent.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
|
RequestDataCollector::getResponseHeaders |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
GetResponseForExceptionEvent::$exception |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php |
The exception object |
GetResponseForExceptionEvent::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php |
|
GetResponseForExceptionEvent::getException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php |
Returns the thrown exception |
GetResponseForExceptionEvent::setException |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForExceptionEvent.php |
Replaces the thrown exception |
FragmentListenerTest::createGetResponseEvent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php |
|
RouterListenerTest::createGetResponseEventForUri |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
GetResponseForControllerResultEvent::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
|
GetResponseForControllerResultEvent::$controllerResult |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
The return value of the controller |
GetResponseForControllerResultEvent::getControllerResult |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
Returns the return value of the controller. |
GetResponseForControllerResultEvent::setControllerResult |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/GetResponseForControllerResultEvent.php |
Assigns the return value of the controller. |