Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Call.php
function Call::getMethodName
Returns called method name.
Return value
string
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Call/
Call.php
, line 71
Class
Call
Call object.
Namespace
Prophecy\Call
Code
public
function
getMethodName
() {
return
$this
->
methodName
; }
RSS feed