Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Promise.php
function Promise::getState
Same name in this branch
11.1.x vendor/php-http/promise/src/Promise.php
\Http\Promise\Promise::getState()
11.1.x vendor/guzzlehttp/promises/src/Promise.php
\GuzzleHttp\Promise\Promise::getState()
Overrides
Promise::getState
1 call to
Promise::getState()
Promise::wait
in vendor/
php-http/
guzzle7-adapter/
src/
Promise.php
Wait for the promise to be fulfilled or rejected.
File
vendor/
php-http/
guzzle7-adapter/
src/
Promise.php
, line 78
Class
Promise
Wrapper around Guzzle promises.
Namespace
Http\Adapter\Guzzle7
Code
public
function
getState
() {
return
$this
->
state
; }
RSS feed