public static function MapProviderInterface::getDefaultSettings in Geolocation Field 8.3
Same name and namespace in other branches
- 8.2 src/MapProviderInterface.php \Drupal\geolocation\MapProviderInterface::getDefaultSettings()
Provide a populated settings array.
Return value
array The settings array with the default map settings.
1 method overrides MapProviderInterface::getDefaultSettings()
- MapProviderBase::getDefaultSettings in src/
MapProviderBase.php - Provide a populated settings array.
File
- src/
MapProviderInterface.php, line 18
Class
- MapProviderInterface
- Defines an interface for geolocation MapProvider plugins.
Namespace
Drupal\geolocationCode
public static function getDefaultSettings();