public function GeocoderInterface::getOptionsForm in Geolocation Field 8.2
Same name and namespace in other branches
- 8.3 src/GeocoderInterface.php \Drupal\geolocation\GeocoderInterface::getOptionsForm()
- 8 src/GeocoderInterface.php \Drupal\geolocation\GeocoderInterface::getOptionsForm()
Return additional options form.
Return value
array Options form.
1 method overrides GeocoderInterface::getOptionsForm()
- GeocoderBase::getOptionsForm in src/
GeocoderBase.php - Return additional options form.
File
- src/
GeocoderInterface.php, line 18
Class
- GeocoderInterface
- Defines an interface for geolocation geocoder plugins.
Namespace
Drupal\geolocationCode
public function getOptionsForm();