Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Promise.php
Promise::FULFILLED
Promise has been fulfilled.
File
vendor/
php-http/
promise/
src/
Promise.php
, line 26
Class
Promise
Promise represents a value that may not be available yet, but will be resolved at some point in future. It acts like a proxy to the actual value.
Namespace
Http\Promise
Code
const
FULFILLED
=
'fulfilled'
;
RSS feed