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

Breadcrumb

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

function Name::toLowerString

Returns lowercased string representation of the name, without taking the name type into account (e.g., no leading backslash for fully qualified names).

@psalm-return non-empty-string

Return value

string Lowercased string representation

File

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

Class

Name

Namespace

PhpParser\Node

Code

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