public function MapCenterInterface::getSettings in Geolocation Field 8.3
Same name and namespace in other branches
- 8.2 src/MapCenterInterface.php \Drupal\geolocation\MapCenterInterface::getSettings()
Provide MapCenter option specific settings.
Parameters
array $settings: Current settings.
Return value
array An array only containing keys defined in this plugin.
1 method overrides MapCenterInterface::getSettings()
- MapCenterBase::getSettings in src/
MapCenterBase.php - Provide MapCenter option specific settings.
File
- src/
MapCenterInterface.php, line 29
Class
- MapCenterInterface
- Defines an interface for geolocation MapCenter plugins.
Namespace
Drupal\geolocationCode
public function getSettings(array $settings);