Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractLexer.php
AbstractLexer::$token
The last matched/seen token.
Type:
Token|null
File
vendor/
doctrine/
lexer/
src/
AbstractLexer.php
, line 68
Class
AbstractLexer
Base class for writing simple lexers, i.e. for creating small DSLs.
Namespace
Doctrine\Common\Lexer
Code
public $token;
RSS feed