Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Identifier.php
function Identifier::getName
Returns the identifier's name
Return value
string
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
Identifier.php
, line 50
Class
Identifier
A node that represents an identifier.
Namespace
Peast\Syntax\Node
Code
public
function
getName
() {
return
$this
->
name
; }
RSS feed