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

Breadcrumb

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

function Token::isIdentifier

File

vendor/symfony/css-selector/Parser/Token.php, line 79

Class

Token
CSS selector token.

Namespace

Symfony\Component\CssSelector\Parser

Code

public function isIdentifier() : bool {
    return self::TYPE_IDENTIFIER === $this->type;
}

API Navigation

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