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

Breadcrumb

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

function Fqsen::getName

Returns the name of the element without path.

File

vendor/phpdocumentor/reflection-common/src/Fqsen.php, line 85

Class

Fqsen
Value Object for Fqsen.

Namespace

phpDocumentor\Reflection

Code

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