Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php783 public function registerUndefinedFilterCallback(callable $callable): void function in Twig\\Environment
785 $this->extensionSet->registerUndefinedFilterCallback($callable);
795 * @see registerUndefinedFilterCallback
DExtensionSet.php276 public function registerUndefinedFilterCallback(callable $callable): void function in Twig\\ExtensionSet
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php259 $twig->registerUndefinedFilterCallback($callback);