Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Call.php
function Call::getLine
Returns callee line number.
Return value
int|null
File
vendor/
phpspec/
prophecy/
src/
Prophecy/
Call/
Call.php
, line 121
Class
Call
Call object.
Namespace
Prophecy\Call
Code
public
function
getLine
() {
return
$this
->
line
; }
RSS feed