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