public function GeocoderBase::processOptionsForm in Geolocation Field 8
Same name and namespace in other branches
- 8.3 src/GeocoderBase.php \Drupal\geolocation\GeocoderBase::processOptionsForm()
- 8.2 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 69
Class
- GeocoderBase
- Class GeocoderBase.
Namespace
Drupal\geolocationCode
public function processOptionsForm(array $form_element) {
return NULL;
}