public static function LocationBase::getDefaultSettings in Geolocation Field 8.3
Same name and namespace in other branches
- 8.2 src/LocationBase.php \Drupal\geolocation\LocationBase::getDefaultSettings()
Provide a populated settings array.
Return value
array The settings array with the default map settings.
Overrides LocationInterface::getDefaultSettings
1 call to LocationBase::getDefaultSettings()
- LocationBase::getSettings in src/
LocationBase.php - Provide Location option specific settings.
2 methods override LocationBase::getDefaultSettings()
- FixedCoordinates::getDefaultSettings in src/
Plugin/ geolocation/ Location/ FixedCoordinates.php - Provide a populated settings array.
- IpStack::getDefaultSettings in src/
Plugin/ geolocation/ Location/ IpStack.php - Provide a populated settings array.
File
- src/
LocationBase.php, line 31
Class
- LocationBase
- Class LocationBase.
Namespace
Drupal\geolocationCode
public static function getDefaultSettings() {
return [];
}