public function GeocoderInterface::processOptionsForm in Geolocation Field 8.2
Same name and namespace in other branches
- 8.3 src/GeocoderInterface.php \Drupal\geolocation\GeocoderInterface::processOptionsForm()
- 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\geolocationCode
public function processOptionsForm(array $form_element);