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

Breadcrumb

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

function Comment::getStartFilePos

Gets the file offset the comment started on.

Return value

int File offset (or -1 if not available)

File

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

Class

Comment

Namespace

PhpParser

Code

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