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

Breadcrumb

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

function Argument::withEveryEntry

Checks that arguments array entries all match value

Parameters

mixed $value:

Return value

Token\ArrayEveryEntryToken

File

vendor/phpspec/prophecy/src/Prophecy/Argument.php, line 137

Class

Argument
Argument tokens shortcuts.

Namespace

Prophecy

Code

public static function withEveryEntry($value) {
    return new Token\ArrayEveryEntryToken($value);
}

API Navigation

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