Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1358 public function registerUndefinedFunctionCallback($callable) function in Twig\\Environment
1370 * @see registerUndefinedFunctionCallback
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst277 For functions, use ``registerUndefinedFunctionCallback()``::
281 $twig->registerUndefinedFunctionCallback(function ($name) {