You are here

public function MapProviderInterface::getSettings in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 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\geolocation

Code

public function getSettings(array $settings);