public function LocationInterface::getSettingsForm in Geolocation Field 8.2
Same name and namespace in other branches
- 8.3 src/LocationInterface.php \Drupal\geolocation\LocationInterface::getSettingsForm()
Settings form by ID and context.
Parameters
int $location_option_id: Location 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 LocationInterface::getSettingsForm()
- LocationBase::getSettingsForm in src/
LocationBase.php - Settings form by ID and context.
File
- src/
LocationInterface.php, line 44
Class
- LocationInterface
- Defines an interface for geolocation Location plugins.
Namespace
Drupal\geolocationCode
public function getSettingsForm($location_option_id, array $settings, $context = NULL);