Home
last modified time | relevance | path

Searched refs:getImportedSymbol (Results 1 – 2 of 2) sorted by last modified time

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php385 if (null !== $alias = $this->parser->getImportedSymbol('function', $name)) {
432 …if ($node instanceof NameExpression && null !== $this->parser->getImportedSymbol('template', $node…
H A DParser.php335 public function getImportedSymbol($type, $alias) function in Twig\\Parser