Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Standard.php
function Standard::pStmt_Goto
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
PrettyPrinter/
Standard.php
, line 982
Class
Standard
Namespace
PhpParser\PrettyPrinter
Code
protected
function
pStmt_Goto
(Stmt\Goto_
$node
) : string {
return
'goto '
.
$node
->
name
.
';'
; }
RSS feed