DocParser::$classIdentifiers

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php \Drupal\Component\Annotation\Doctrine\DocParser::classIdentifiers
  2. 8.9.x core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php \Drupal\Component\Annotation\Doctrine\DocParser::classIdentifiers
  3. 10 core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php \Drupal\Component\Annotation\Doctrine\DocParser::classIdentifiers

An array of all valid tokens for a class name.

Type: array

File

core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php, line 51

Class

DocParser
A parser for docblock annotations.

Namespace

Drupal\Component\Annotation\Doctrine

Code

private static $classIdentifiers = array(
    DocLexer::T_IDENTIFIER,
    DocLexer::T_TRUE,
    DocLexer::T_FALSE,
    DocLexer::T_NULL,
);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.