Home
last modified time | relevance | path

Searched refs:getFunctionNode (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php235 $node = $this->getFunctionNode($token->getValue(), $token->getLine());
418 public function getFunctionNode($name, $line) function in Twig\\ExpressionParser