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

Breadcrumb

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

function Relative::isQualified

Checks whether the name is qualified. (E.g. Name\Name)

Return value

bool Whether the name is qualified

Overrides Name::isQualified

File

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

Class

Relative

Namespace

PhpParser\Node\Name

Code

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

API Navigation

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