public function LocationInputInterface::getSettingsForm in Geolocation Field 8.2
Same name and namespace in other branches
- 8.3 src/LocationInputInterface.php \Drupal\geolocation\LocationInputInterface::getSettingsForm()
Settings form by ID and context.
Parameters
int $center_option_id: LocationInput option ID.
array $settings: The current option settings.
mixed $context: Current context.
Return value
array A form array to be integrated in whatever.
1 method overrides LocationInputInterface::getSettingsForm()
- LocationInputBase::getSettingsForm in src/
LocationInputBase.php - Settings form by ID and context.
File
- src/
LocationInputInterface.php, line 44
Class
- LocationInputInterface
- Defines an interface for geolocation LocationInput plugins.
Namespace
Drupal\geolocationCode
public function getSettingsForm($center_option_id, array $settings, $context = NULL);