Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php447 if (null !== $alias = $this->parser->getImportedSymbol('function', $name)) {
494 …if ($node instanceof NameExpression && null !== $this->parser->getImportedSymbol('template', $node…
704 …$node instanceof NameExpression && null !== $alias = $this->parser->getImportedSymbol('function', …
H A DParser.php279 public function getImportedSymbol($type, $alias) function in Twig\\Parser