public static function IpStack::getDefaultSettings in Geolocation Field 8.3
Provide a populated settings array.
Return value
array The settings array with the default map settings.
Overrides LocationBase::getDefaultSettings
File
- src/
Plugin/ geolocation/ Location/ IpStack.php, line 22
Class
- IpStack
- Fixed coordinates map center.
Namespace
Drupal\geolocation\Plugin\geolocation\LocationCode
public static function getDefaultSettings() {
return [
'access_key' => '',
];
}