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

Breadcrumb

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

function Call::getArguments

Returns called method arguments.

Return value

array<mixed>

1 call to Call::getArguments()
Call::getScore in vendor/phpspec/prophecy/src/Prophecy/Call/Call.php
Returns wildcard match score for the provided wildcard. The score is calculated if not already done.

File

vendor/phpspec/prophecy/src/Prophecy/Call/Call.php, line 81

Class

Call
Call object.

Namespace

Prophecy\Call

Code

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