|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Twig_Extensions_Extension_I18n:
Collaboration diagram for Twig_Extensions_Extension_I18n:Public Member Functions | |
| getTokenParsers () | |
{Returns the token parser instances to add to the existing list.
| |
| getFilters () | |
{Returns a list of filters to add to the existing list.
| |
| getName () | |
{
| |
Public Member Functions inherited from Twig_Extension | |
| initRuntime (Twig_Environment $environment) | |
| getTokenParsers () | |
| Returns the token parser instances to add to the existing list. More... | |
| getNodeVisitors () | |
| Returns the node visitor instances to add to the existing list. More... | |
| getFilters () | |
| Returns a list of filters to add to the existing list. More... | |
| getTests () | |
| Returns a list of tests to add to the existing list. More... | |
| getFunctions () | |
| Returns a list of functions to add to the existing list. More... | |
| getOperators () | |
| Returns a list of operators to add to the existing list. More... | |
| getGlobals () | |
| getName () | |
| initRuntime (Twig_Environment $environment) | |
| Initializes the runtime environment. More... | |
| getTokenParsers () | |
| Returns the token parser instances to add to the existing list. More... | |
| getNodeVisitors () | |
| Returns the node visitor instances to add to the existing list. More... | |
| getFilters () | |
| Returns a list of filters to add to the existing list. More... | |
| getTests () | |
| Returns a list of tests to add to the existing list. More... | |
| getFunctions () | |
| Returns a list of functions to add to the existing list. More... | |
| getOperators () | |
| Returns a list of operators to add to the existing list. More... | |
| getGlobals () | |
| Returns a list of global variables to add to the existing list. More... | |
| getName () | |
| Returns the name of the extension. More... | |
| Twig_Extensions_Extension_I18n::getFilters | ( | ) |
{Returns a list of filters to add to the existing list.
Reimplemented from Twig_Extension.
Reimplemented in JaimePerez\TwigConfigurableI18n\Twig\Extensions\Extension\I18n.
Definition at line 25 of file I18n.php.
| Twig_Extensions_Extension_I18n::getName | ( | ) |
{
Reimplemented from Twig_Extension.
Definition at line 35 of file I18n.php.
| Twig_Extensions_Extension_I18n::getTokenParsers | ( | ) |
{Returns the token parser instances to add to the existing list.
Reimplemented from Twig_Extension.
Reimplemented in JaimePerez\TwigConfigurableI18n\Twig\Extensions\Extension\I18n.