Searched refs:addImportedSymbol (Results 1 – 3 of 3) sorted by relevance
36 $this->parser->addImportedSymbol('template', $name);
59 …$this->parser->addImportedSymbol('function', $alias->getAttribute('name'), 'macro_'.$name, $intern…
333 …public function addImportedSymbol(string $type, string $alias, ?string $name = null, AbstractExpre… function in Twig\\Parser