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