Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/TokenParser/
DImportTokenParser.php36 $this->parser->addImportedSymbol('template', $name);
DFromTokenParser.php59 …$this->parser->addImportedSymbol('function', $alias->getAttribute('name'), 'macro_'.$name, $intern…
/template/twigstarter/vendor/twig/twig/src/
DParser.php333 …public function addImportedSymbol(string $type, string $alias, ?string $name = null, AbstractExpre… function in Twig\\Parser