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

Breadcrumb

  1. Drupal Core 11.1.x

namespace Prophecy\Promise

Object name File name Summary
CallbackPromise vendor/phpspec/prophecy/src/Prophecy/Promise/CallbackPromise.php Evaluates promise callback.
PromiseInterface vendor/phpspec/prophecy/src/Prophecy/Promise/PromiseInterface.php Promise interface.
Promises are logical blocks, tied to `will...` keyword.
ReturnArgumentPromise vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnArgumentPromise.php Returns nth argument if has one, null otherwise.
ReturnPromise vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnPromise.php Returns saved values one by one until last one, then continuously returns last value.
ThrowPromise vendor/phpspec/prophecy/src/Prophecy/Promise/ThrowPromise.php Throws predefined exception.
RSS feed
Powered by Drupal