function IntegerFormatter::defaultSettings
Overrides PluginSettingsBase::defaultSettings
File
- 
              core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ IntegerFormatter.php, line 25  
Class
- IntegerFormatter
 - Plugin implementation of the 'number_integer' formatter.
 
Namespace
Drupal\Core\Field\Plugin\Field\FieldFormatterCode
public static function defaultSettings() {
  return [
    'thousand_separator' => '',
    'prefix_suffix' => TRUE,
  ] + parent::defaultSettings();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.