Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Promise.php

Promise::REJECTED

Promise has been rejected.

File

vendor/php-http/promise/src/Promise.php, line 31

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 REJECTED = 'rejected';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal