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

Fichier

src/Plugin/Field/FieldWidget/ColorFieldWidgetSpectrum.php, line 118

Classe

ColorFieldWidgetSpectrum
Plugin implementation of the color_field spectrum widget.

Namespace

Drupal\color_field\Plugin\Field\FieldWidget

Code

public function settingsSummary() {
    $summary = [];
    return $summary;
}