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

Breadcrumb

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

function Comment::getStartTokenPos

Gets the token offset the comment started on.

Return value

int Token offset (or -1 if not available)

File

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

Class

Comment

Namespace

PhpParser

Code

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