You are here

public static function AddressPcaAddressWidget::defaultSettings in Loqate 8

Same name and namespace in other branches
  1. 2.x modules/pca_address/src/Plugin/Field/FieldWidget/AddressPcaAddressWidget.php \Drupal\pca_address\Plugin\Field\FieldWidget\AddressPcaAddressWidget::defaultSettings()

Defines the default settings for this plugin.

Return value

array A list of default settings, keyed by the setting name.

Overrides PluginSettingsBase::defaultSettings

File

modules/pca_address/src/Plugin/Field/FieldWidget/AddressPcaAddressWidget.php, line 28

Class

AddressPcaAddressWidget
Plugin implementation of the 'pca_address_advanced' widget.

Namespace

Drupal\pca_address\Plugin\Field\FieldWidget

Code

public static function defaultSettings() {
  return self::getFieldWidgetDefaultSettings() + parent::defaultSettings();
}