You are here

public function GeocoderBase::processOptionsForm in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 src/GeocoderBase.php \Drupal\geolocation\GeocoderBase::processOptionsForm()
  2. 8 src/GeocoderBase.php \Drupal\geolocation\GeocoderBase::processOptionsForm()

Process the form built above.

Parameters

array $form_element: Options form.

Return value

array|null Settings to store or NULL.

Overrides GeocoderInterface::processOptionsForm

File

src/GeocoderBase.php, line 102

Class

GeocoderBase
Class GeocoderBase.

Namespace

Drupal\geolocation

Code

public function processOptionsForm(array $form_element) {
  return NULL;
}