Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SourceLocation.php
function SourceLocation::getStart
Returns the start position
Return value
Position
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
SourceLocation.php
, line 39
Class
SourceLocation
This class represents a location in the source code with start and end position.
Namespace
Peast\Syntax
Code
public
function
getStart
() {
return
$this
->
start
; }
RSS feed