Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HttpFulfilledPromise.php
function HttpFulfilledPromise::getState
Overrides
Promise::getState
File
vendor/
php-http/
httplug/
src/
Promise/
HttpFulfilledPromise.php
, line 34
Class
HttpFulfilledPromise
Namespace
Http\Client\Promise
Code
public
function
getState
() {
return
Promise::FULFILLED; }
RSS feed