Home
last modified time | relevance | path

Searched refs:getFunction (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DFunctionExpression.php27 $function = $compiler->getEnvironment()->getFunction($name);
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DSafeAnalysisNodeVisitor.php111 $function = $env->getFunction($name);
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php868 public function getFunction($name) function in Twig\\Environment
870 return $this->extensionSet->getFunction($name);
H A DExtensionSet.php181 public function getFunction(string $name) function in Twig\\ExtensionSet
H A DExpressionParser.php761 if (false === $function = $this->env->getFunction($name)) {