Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFunctionInterface.php24 interface Twig_FunctionInterface interface
H A DFunction.php25 abstract class Twig_Function implements Twig_FunctionInterface, Twig_FunctionCallableInterface
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst84 * ``Twig_FunctionInterface``
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1296 …Function && !($function instanceof TwigFunction || $function instanceof \Twig_FunctionInterface)) {