Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PromisorInterface.php
function PromisorInterface::promise
Returns a promise.
2 methods override
PromisorInterface::promise()
EachPromise::promise
in vendor/
guzzlehttp/
promises/
src/
EachPromise.php
@psalm-suppress InvalidNullableReturnType
Pool::promise
in vendor/
guzzlehttp/
guzzle/
src/
Pool.php
Get promise
File
vendor/
guzzlehttp/
promises/
src/
PromisorInterface.php
, line 15
Class
PromisorInterface
Interface used with classes that return a promise.
Namespace
GuzzleHttp\Promise
Code
public
function
promise
() : PromiseInterface;
RSS feed