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

Breadcrumb

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

function Location::getColumnNumber

Returns the column number (character position on a line) for this location object.

File

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

Class

Location
The location where an element occurs within a file.

Namespace

phpDocumentor\Reflection

Code

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