public function MapFeatureInterface::getSettings in Geolocation Field 8.3
Same name and namespace in other branches
- 8.2 src/MapFeatureInterface.php \Drupal\geolocation\MapFeatureInterface::getSettings()
Provide map feature 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 MapFeatureInterface::getSettings()
- MapFeatureBase::getSettings in src/
MapFeatureBase.php - Provide map feature specific settings ready to handover to JS.
File
- src/
MapFeatureInterface.php, line 30
Class
- MapFeatureInterface
- Defines an interface for geolocation MapFeature plugins.
Namespace
Drupal\geolocationCode
public function getSettings(array $settings);