64 return get_class($this);
68class_alias(
'Twig_Extension',
'Twig\Extension\AbstractExtension',
false);
69class_exists(
'Twig_Environment');
An exception for terminatinating execution or to throw for unit testing.
Stores the Twig configuration.
getTokenParsers()
Returns the token parser instances to add to the existing list.
getFunctions()
Returns a list of functions to add to the existing list.
getNodeVisitors()
Returns the node visitor instances to add to the existing list.
getTests()
Returns a list of tests to add to the existing list.
getFilters()
Returns a list of filters to add to the existing list.
initRuntime(Twig_Environment $environment)
getOperators()
Returns a list of operators to add to the existing list.
Interface implemented by extension classes.