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

Breadcrumb

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

function Relative::isUnqualified

Checks whether the name is unqualified. (E.g. Name)

Return value

bool Whether the name is unqualified

Overrides Name::isUnqualified

File

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

Class

Relative

Namespace

PhpParser\Node\Name

Code

public function isUnqualified() : bool {
    return false;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal