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

Breadcrumb

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

function Prophet::getProphecies

Returns all created object prophecies.

Return value

list<ObjectProphecy<object>>

File

vendor/phpspec/prophecy/src/Prophecy/Prophet.php, line 110

Class

Prophet
Prophet creates prophecies.

Namespace

Prophecy

Code

public function getProphecies() {
    return $this->prophecies;
}
RSS feed
Powered by Drupal