public function Twig_Extension_Core::getNumberFormat in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Extension/Core.php \Twig_Extension_Core::getNumberFormat()
Get the default format used by the number_format filter.
Return value
array The arguments for number_format()
File
- vendor/
Twig/ Extension/ Core.php, line 112
Class
Code
public function getNumberFormat() {
return $this->numberFormat;
}