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/guzzle7-adapter/src/Promise.php
\Http\Adapter\Guzzle7\Promise::getState()
11.1.x vendor/php-http/promise/src/Promise.php
\Http\Promise\Promise::getState()
Overrides
PromiseInterface::getState
File
vendor/
guzzlehttp/
promises/
src/
Promise.php
, line 83
Class
Promise
Promises/A+ implementation that avoids recursion when possible.
Namespace
GuzzleHttp\Promise
Code
public
function
getState
() : string {
return
$this
->
state
; }
RSS feed