You are here

public function Twig_Token::getLine in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/Twig/Token.php \Twig_Token::getLine()
  2. 7.2 vendor/Twig/Token.php \Twig_Token::getLine()

Gets the line.

Return value

int The source line

File

vendor/Twig/Token.php, line 94

Class

Twig_Token
Represents a Token.

Code

public function getLine() {
  return $this->lineno;
}