function FileWidget::defaultSettings
Overrides PluginSettingsBase::defaultSettings
1 call to FileWidget::defaultSettings()
- ImageWidget::defaultSettings in core/modules/ image/ src/ Plugin/ Field/ FieldWidget/ ImageWidget.php 
- Defines the default settings for this plugin.
1 method overrides FileWidget::defaultSettings()
- ImageWidget::defaultSettings in core/modules/ image/ src/ Plugin/ Field/ FieldWidget/ ImageWidget.php 
- Defines the default settings for this plugin.
File
- 
              core/modules/ file/ src/ Plugin/ Field/ FieldWidget/ FileWidget.php, line 53 
Class
- FileWidget
- Plugin implementation of the 'file_generic' widget.
Namespace
Drupal\file\Plugin\Field\FieldWidgetCode
public static function defaultSettings() {
  return [
    'progress_indicator' => 'throbber',
  ] + parent::defaultSettings();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
