Same name and namespace in other branches
  1. 3.0.x src/Plugin/Field/FieldWidget/ColorFieldWidgetHTML5.php \Drupal\color_field\Plugin\Field\FieldWidget\ColorFieldWidgetHTML5::defaultSettings()

File

src/Plugin/Field/FieldWidget/ColorFieldWidgetHTML5.php, line 25

Class

ColorFieldWidgetHTML5
Plugin implementation of the color_field spectrum widget.

Namespace

Drupal\color_field\Plugin\Field\FieldWidget

Code

public static function defaultSettings() {
    return [];
}