Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DTestExpression.php69 …$this->setAttribute('twig_callable', $compiler->getEnvironment()->getTest($this->getAttribute('nam…
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/Infix/
DIsExpressionParser.php40 $test = $parser->getTest($token->getLine());
/template/twigstarter/vendor/twig/twig/src/
DParser.php505 public function getTest(int $line): TwigTest function in Twig\\Parser
514 $test = $this->env->getTest($name);
525 $test = $this->env->getTest($name);
DEnvironment.php825 public function getTest(string $name): ?TwigTest function in Twig\\Environment
827 return $this->extensionSet->getTest($name);
DExtensionSet.php401 public function getTest(string $name): ?TwigTest function in Twig\\ExtensionSet