public function AddressPcaAddressWidget::settingsSummary in Loqate 8
Same name and namespace in other branches
- 2.x modules/pca_address/src/Plugin/Field/FieldWidget/AddressPcaAddressWidget.php \Drupal\pca_address\Plugin\Field\FieldWidget\AddressPcaAddressWidget::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
- modules/
pca_address/ src/ Plugin/ Field/ FieldWidget/ AddressPcaAddressWidget.php, line 42
Class
- AddressPcaAddressWidget
- Plugin implementation of the 'pca_address_advanced' widget.
Namespace
Drupal\pca_address\Plugin\Field\FieldWidgetCode
public function settingsSummary() {
return $this
->buildFieldWidgetSettingsSummary();
}