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

Breadcrumb

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

function Name::__toString

Returns a string representation of the name by imploding the namespace parts with the namespace separator.

@psalm-return non-empty-string

Return value

string String representation

File

vendor/nikic/php-parser/lib/PhpParser/Node/Name.php, line 155

Class

Name

Namespace

PhpParser\Node

Code

public function __toString() : string {
    return $this->name;
}
RSS feed
Powered by Drupal