public function Twig_Error::getTemplateLine

Gets the template line where the error occurred.

Return value

integer The template line

File

drupal/core/vendor/twig/twig/lib/Twig/Error.php, line 116

Class

Twig_Error
Twig base exception.

Code

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