public static function ExifHtmlWidget::defaultSettings in Exif 8
Same name and namespace in other branches
- 8.2 src/Plugin/Field/FieldWidget/ExifHtmlWidget.php \Drupal\exif\Plugin\Field\FieldWidget\ExifHtmlWidget::defaultSettings()
Defines the default settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides ExifWidgetBase::defaultSettings
File
- src/
Plugin/ Field/ FieldWidget/ ExifHtmlWidget.php, line 32
Class
- ExifHtmlWidget
- Plugin implementation of the 'exif_html' widget.
Namespace
Drupal\exif\Plugin\Field\FieldWidgetCode
public static function defaultSettings() {
return ExifHtmlWidget::EXIF_HTML_DEFAULT_SETTINGS + parent::defaultSettings();
}