Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TokenIterator.php
function TokenIterator::currentTokenLine
1 call to
TokenIterator::currentTokenLine()
TokenIterator::throwError
in vendor/
phpstan/
phpdoc-parser/
src/
Parser/
TokenIterator.php
*
File
vendor/
phpstan/
phpdoc-parser/
src/
Parser/
TokenIterator.php
, line 97
Class
TokenIterator
Namespace
PHPStan\PhpDocParser\Parser
Code
public
function
currentTokenLine
() : int {
return
$this
->
tokens
[
$this
->
index
][Lexer::LINE_OFFSET]; }
RSS feed