You are here

public function GeocoderInterface::processOptionsForm in Geolocation Field 8.2

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

Process the form built above.

Parameters

array $form_element: Options form.

Return value

array|null Settings to store or NULL.

1 method overrides GeocoderInterface::processOptionsForm()
GeocoderBase::processOptionsForm in src/GeocoderBase.php
Process the form built above.

File

src/GeocoderInterface.php, line 29

Class

GeocoderInterface
Defines an interface for geolocation geocoder plugins.

Namespace

Drupal\geolocation

Code

public function processOptionsForm(array $form_element);