Searched refs:getImportedSymbol (Results 1 – 4 of 4) sorted by relevance
49 …() && $expr instanceof NameExpression && null !== $alias = $parser->getImportedSymbol('function', …
45 if (null !== $alias = $parser->getImportedSymbol('function', $name)) {
74 null !== $parser->getImportedSymbol('template', $expr->getAttribute('name'))
347 public function getImportedSymbol(string $type, string $alias) function in Twig\\Parser