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

Breadcrumb

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

function Comment::getEndFilePos

Gets the file offset the comment ends on.

Return value

int File offset (or -1 if not available)

File

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

Class

Comment

Namespace

PhpParser

Code

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