Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Identifier.php

function Identifier::getRawName

Returns the identifier's raw name

Return value

string

File

vendor/mck89/peast/lib/Peast/Syntax/Node/Identifier.php, line 73

Class

Identifier
A node that represents an identifier.

Namespace

Peast\Syntax\Node

Code

public function getRawName() {
    return $this->rawName;
}
RSS feed
Powered by Drupal