You are here

public static function AddressPcaAddressWidget::defaultSettings in Loqate 2.x

Same name and namespace in other branches
  1. 8 modules/pca_address/src/Plugin/Field/FieldWidget/AddressPcaAddressWidget.php \Drupal\pca_address\Plugin\Field\FieldWidget\AddressPcaAddressWidget::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();
}