You are here

public function AddressPcaAddressWidget::settingsForm 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::settingsForm()

File

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

Class

AddressPcaAddressWidget
Plugin implementation of the 'pca_address_advanced' widget.

Namespace

Drupal\pca_address\Plugin\Field\FieldWidget

Code

public function settingsForm(array $form, FormStateInterface $form_state) {
  return $this
    ->buildFieldWidgetsettingsForm(parent::settingsForm($form, $form_state));
}