You are here

public function Raw::validateConfigurationForm in Search API Location 8

Form validation handler.

Parameters

array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.

Overrides PluginFormInterface::validateConfigurationForm

File

src/Plugin/search_api_location/location_input/Raw.php, line 40

Class

Raw
Represents the Raw Location Input.

Namespace

Drupal\search_api_location\Plugin\search_api_location\location_input

Code

public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {

  // TODO: Implement validateConfigurationForm() method.
}