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

Breadcrumb

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

function Position::getColumn

Returns the source column

Return value

int

1 call to Position::getColumn()
Position::jsonSerialize in vendor/mck89/peast/lib/Peast/Syntax/Position.php
Returns a serializable version of the object

File

vendor/mck89/peast/lib/Peast/Syntax/Position.php, line 69

Class

Position
This class represents the position in the source code.

Namespace

Peast\Syntax

Code

public function getColumn() {
    return $this->column;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal