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

Breadcrumb

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

DocParser::$classIdentifiers

Same name in this branch
  1. 11.1.x vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php \Doctrine\Common\Annotations\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,
);
RSS feed
Powered by Drupal