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

Breadcrumb

  1. Drupal Core 11.1.x

PromisorInterface.php

Namespace

GuzzleHttp\Promise

File

vendor/guzzlehttp/promises/src/PromisorInterface.php

View source
<?php

declare (strict_types=1);
namespace GuzzleHttp\Promise;


/**
 * Interface used with classes that return a promise.
 */
interface PromisorInterface {
    
    /**
     * Returns a promise.
     */
    public function promise() : PromiseInterface;

}

Interfaces

Title Deprecated Summary
PromisorInterface Interface used with classes that return a promise.

API Navigation

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