You are here

public function LoqatePcaAddressDefaultWidget::settingsSummary in Loqate 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/Field/FieldWidget/LoqatePcaAddressDefaultWidget.php \Drupal\loqate\Plugin\Field\FieldWidget\LoqatePcaAddressDefaultWidget::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/LoqatePcaAddressDefaultWidget.php, line 42

Class

LoqatePcaAddressDefaultWidget
Plugin implementation of the 'pca_address_default' widget.

Namespace

Drupal\loqate\Plugin\Field\FieldWidget

Code

public function settingsSummary() {
  return $this
    ->buildFieldWidgetSettingsSummary();
}