Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DImportTokenParser.php32 $this->parser->addImportedSymbol('template', $var->getAttribute('name'));
H A DFromTokenParser.php53 $this->parser->addImportedSymbol('function', $alias, 'macro_'.$name, $var);
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php274 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null) function in Twig\\Parser