You are here

public function GeocoderInterface::getOptionsForm in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 src/GeocoderInterface.php \Drupal\geolocation\GeocoderInterface::getOptionsForm()
  2. 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\geolocation

Code

public function getOptionsForm();