public function MapProviderInterface::getSettings in Geolocation Field 8.3
Same name and namespace in other branches
- 8.2 src/MapProviderInterface.php \Drupal\geolocation\MapProviderInterface::getSettings()
Provide map provider specific settings ready to handover to JS.
Parameters
array $settings: Current general map settings. Might contain unrelated settings as well.
Return value
array An array only containing keys defined in this plugin.
1 method overrides MapProviderInterface::getSettings()
- MapProviderBase::getSettings in src/
MapProviderBase.php - Provide map provider specific settings ready to handover to JS.
File
- src/
MapProviderInterface.php, line 29
Class
- MapProviderInterface
- Defines an interface for geolocation MapProvider plugins.
Namespace
Drupal\geolocationCode
public function getSettings(array $settings);