You are here

public function GeocoderFieldPluginInterface::validateSettingsForm in Geocoder 8.2

Same name and namespace in other branches
  1. 8.3 modules/geocoder_field/src/GeocoderFieldPluginInterface.php \Drupal\geocoder_field\GeocoderFieldPluginInterface::validateSettingsForm()

Validates the field settings form.

Parameters

array $form: The form API form array.

\Drupal\Core\Form\FormStateInterface $form_state: The form state object.

1 method overrides GeocoderFieldPluginInterface::validateSettingsForm()
DefaultField::validateSettingsForm in modules/geocoder_field/src/Plugin/Geocoder/Field/DefaultField.php
Validates the field settings form.

File

modules/geocoder_field/src/GeocoderFieldPluginInterface.php, line 40

Class

GeocoderFieldPluginInterface
Provides an interface for field plugins.

Namespace

Drupal\geocoder_field

Code

public function validateSettingsForm(array $form, FormStateInterface &$form_state);