Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HttpFulfilledPromise.php
function HttpFulfilledPromise::__construct
File
vendor/
php-http/
httplug/
src/
Promise/
HttpFulfilledPromise.php
, line 16
Class
HttpFulfilledPromise
Namespace
Http\Client\Promise
Code
public
function
__construct
(ResponseInterface
$response
) {
$this
->
response
=
$response
; }
RSS feed