public function CshsWidget::settingsSummary in Client-side Hierarchical Select 8
Same name and namespace in other branches
- 8.3 src/Plugin/Field/FieldWidget/CshsWidget.php \Drupal\cshs\Plugin\Field\FieldWidget\CshsWidget::settingsSummary()
- 8.2 src/Plugin/Field/FieldWidget/CshsWidget.php \Drupal\cshs\Plugin\Field\FieldWidget\CshsWidget::settingsSummary()
Returns a short summary for the current widget settings.
If an empty result is returned, a UI can still be provided to display a settings form in case the widget has configurable settings.
Return value
array A short summary of the widget settings.
Overrides WidgetBase::settingsSummary
File
- src/
Plugin/ Field/ FieldWidget/ CshsWidget.php, line 74
Class
- CshsWidget
- Provides "cshs" field widget.
Namespace
Drupal\cshs\Plugin\Field\FieldWidgetCode
public function settingsSummary() : array {
return $this
->helperSettingsSummary();
}