$dateFormats
$dateFormats :
setNumberFormat(integer $decimal, string $decimalPoint, string $thousandSep)
Sets the default format to be used by the number_format filter.
integer | $decimal | the number of decimal places to use |
string | $decimalPoint | the character(s) to use for the decimal point |
string | $thousandSep | the character(s) to use for the thousands separator |
getTokenParsers() : array<mixed,\Twig_TokenParserInterface>
Returns the token parser instances to add to the existing list.
getFilters() : array<mixed,\Twig_Filter>
Returns a list of filters to add to the existing list.
getFunctions() : array<mixed,\Twig_Function>
Returns a list of functions to add to the existing list.
getTests() : array<mixed,\Twig_Test>
Returns a list of tests to add to the existing list.
getNodeVisitors() : array<mixed,\Twig_NodeVisitorInterface>
Returns the node visitor instances to add to the existing list.