Same name and namespace in other branches
  1. 8.x-2.x src/Plugin/Field/FieldWidget/ColorFieldWidgetHTML5.php \Drupal\color_field\Plugin\Field\FieldWidget\ColorFieldWidgetHTML5::settingsSummary() 1 comment

File

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

Class

ColorFieldWidgetHTML5
Plugin implementation of the color_field spectrum widget.

Namespace

Drupal\color_field\Plugin\Field\FieldWidget

Code

public function settingsSummary() : array {
    return [];
}