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

Breadcrumb

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

function Comment::getEndTokenPos

Gets the token offset the comment ends on.

Return value

int Token offset (or -1 if not available)

File

vendor/nikic/php-parser/lib/PhpParser/Comment.php, line 97

Class

Comment

Namespace

PhpParser

Code

public function getEndTokenPos() : int {
    return $this->endTokenPos;
}
RSS feed
Powered by Drupal