You are here

public function GeocoderBase::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.

Overrides GeocoderInterface::formValidateInput

3 methods override GeocoderBase::formValidateInput()
Dummy::formValidateInput in tests/modules/geolocation_dummy_geocoder/src/Plugin/geolocation/Geocoder/Dummy.php
Process from as altered above.
GoogleGeocodingAPI::formValidateInput in src/Plugin/geolocation/Geocoder/GoogleGeocodingAPI.php
Process from as altered above.
GooglePlacesAPI::formValidateInput in modules/geolocation_google_places_api/src/Plugin/geolocation/Geocoder/GooglePlacesAPI.php
Process from as altered above.

File

src/GeocoderBase.php, line 83

Class

GeocoderBase
Class GeocoderBase.

Namespace

Drupal\geolocation

Code

public function formValidateInput(FormStateInterface $form_state) {
  return TRUE;
}