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

Breadcrumb

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

interface PromisorInterface

Interface used with classes that return a promise.

Hierarchy

  • interface \GuzzleHttp\Promise\PromisorInterface

Expanded class hierarchy of PromisorInterface

All classes that implement PromisorInterface

1 file declares its use of PromisorInterface
Pool.php in vendor/guzzlehttp/guzzle/src/Pool.php

File

vendor/guzzlehttp/promises/src/PromisorInterface.php, line 10

Namespace

GuzzleHttp\Promise
View source
interface PromisorInterface {
    
    /**
     * Returns a promise.
     */
    public function promise() : PromiseInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
PromisorInterface::promise public function Returns a promise. 2
RSS feed
Powered by Drupal