Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Promise.php
Promise::PENDING
Promise has not been fulfilled or rejected.
File
vendor/
php-http/
promise/
src/
Promise.php
, line 21
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
PENDING
=
'pending'
;
RSS feed