public function Twig_Extension_Core::getNumberFormat

Get the default format used by the number_format filter.

Return value

array The arguments for number_format()

File

drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php, line 85

Class

Twig_Extension_Core

Code

public function getNumberFormat() {
  return $this->numberFormat;
}