function Node::getTemplateLine
5 calls to Node::getTemplateLine()
- CallExpression::getArguments in vendor/
twig/ twig/ src/ Node/ Expression/ CallExpression.php - EnumCasesFunction::compile in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionNode/ EnumCasesFunction.php - EnumFunction::compile in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionNode/ EnumFunction.php - FunctionExpression::compile in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionExpression.php - TwigNodeCheckDeprecations::compile in core/
lib/ Drupal/ Core/ Template/ TwigNodeCheckDeprecations.php
File
-
vendor/
twig/ twig/ src/ Node/ Node.php, line 118
Class
- Node
- Represents a node in the AST.
Namespace
Twig\NodeCode
public function getTemplateLine() : int {
return $this->lineno;
}