function FileSize::defineOptions
Overrides FieldPluginBase::defineOptions
File
- 
              core/modules/ views/ src/ Plugin/ views/ field/ FileSize.php, line 21 
Class
- FileSize
- Render a numeric value as a size.
Namespace
Drupal\views\Plugin\views\fieldCode
protected function defineOptions() {
  $options = parent::defineOptions();
  $options['file_size_display'] = [
    'default' => 'formatted',
  ];
  return $options;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
