Home
last modified time | relevance | path

Searched refs:registerUndefinedFunctionCallback (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php857 public function registerUndefinedFunctionCallback(callable $callable): void function in Twig\\Environment
859 $this->extensionSet->registerUndefinedFunctionCallback($callable);
869 * @see registerUndefinedFunctionCallback
DExtensionSet.php220 public function registerUndefinedFunctionCallback(callable $callable): void function in Twig\\ExtensionSet
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php263 $twig->registerUndefinedFunctionCallback($callback);