Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Node.php
»
Twig_Node
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
public function Twig_Node::getLine
Overrides
Twig_NodeInterface::getLine
1 call to Twig_Node::getLine()
Twig_Node_Expression_Test_Defined::__construct
in drupal/
core/
vendor/
twig/
twig/
lib/
Twig/
Node/
Expression/
Test/
Defined.php
Constructor.
File
drupal/
core/
vendor/
twig/
twig/
lib/
Twig/
Node.php
, line 109
Class
Twig_Node
Represents a node in the AST.
Code
public
function
getLine
() {
return
$this
->
lineno
; }