Home
last modified time | relevance | path

Searched refs:registerUndefinedTestCallback (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php833 public function registerUndefinedTestCallback(callable $callable): void function in Twig\\Environment
835 $this->extensionSet->registerUndefinedTestCallback($callable);
DExtensionSet.php431 public function registerUndefinedTestCallback(callable $callable): void function in Twig\\ExtensionSet
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php267 $twig->registerUndefinedTestCallback($callback);
/template/twigstarter/vendor/twig/twig/
DCHANGELOG81 * Add `Environment::registerUndefinedTestCallback()`