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

Breadcrumb

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

interface RevealerInterface

Prophecies revealer interface.

@author Konstantin Kudryashov <ever.zet@gmail.com>

Hierarchy

  • interface \Prophecy\Prophecy\RevealerInterface

Expanded class hierarchy of RevealerInterface

All classes that implement RevealerInterface

1 file declares its use of RevealerInterface
Prophet.php in vendor/phpspec/prophecy/src/Prophecy/Prophet.php

File

vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php, line 19

Namespace

Prophecy\Prophecy
View source
interface RevealerInterface {
    
    /**
     * Unwraps value(s).
     *
     * @param mixed $value
     *
     * @return mixed
     */
    public function reveal($value);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
RevealerInterface::reveal public function Unwraps value(s). 1
RSS feed
Powered by Drupal