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

Breadcrumb

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

function Location::getLineNumber

Returns the line number that is covered by this location.

File

vendor/phpdocumentor/reflection-common/src/Location.php, line 41

Class

Location
The location where an element occurs within a file.

Namespace

phpDocumentor\Reflection

Code

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