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.php32 $this->parser->addImportedSymbol('template', $var->getAttribute('name'));
DFromTokenParser.php53 $this->parser->addImportedSymbol('function', $alias, 'macro_'.$name, $var);
/template/twigstarter/vendor/twig/twig/src/
DParser.php274 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null) function in Twig\\Parser