Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DNode.php23 class Twig_Filter_Node extends Twig_Filter class
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst72 * ``Twig_Filter_Node``
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php743 …return $filter instanceof \Twig_Filter_Node ? $filter->getClass() : 'Twig\Node\Expression\FilterEx…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG687 * added Twig_Filter_Node to allow more complex filters to have their own Node class