You are here

public function GeocoderInterface::formValidateInput in Geolocation Field 8

Process from as altered above.

Parameters

\Drupal\Core\Form\FormStateInterface $form_state: Input values.

Return value

bool True of false.

1 method overrides GeocoderInterface::formValidateInput()
GeocoderBase::formValidateInput in src/GeocoderBase.php
Process from as altered above.

File

src/GeocoderInterface.php, line 54

Class

GeocoderInterface
Defines an interface for geolocation geocoder plugins.

Namespace

Drupal\geolocation

Code

public function formValidateInput(FormStateInterface $form_state);