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

Breadcrumb

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

function TokenIterator::isCurrentTokenValue

File

vendor/phpstan/phpdoc-parser/src/Parser/TokenIterator.php, line 124

Class

TokenIterator

Namespace

PHPStan\PhpDocParser\Parser

Code

public function isCurrentTokenValue(string $tokenValue) : bool {
    return $this->tokens[$this->index][Lexer::VALUE_OFFSET] === $tokenValue;
}
RSS feed
Powered by Drupal