Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php873 public function registerUndefinedFunctionCallback(callable $callable) function in Twig\\Environment
875 $this->extensionSet->registerUndefinedFunctionCallback($callable);
885 * @see registerUndefinedFunctionCallback
H A DExtensionSet.php211 public function registerUndefinedFunctionCallback(callable $callable) function in Twig\\ExtensionSet