You are here

public function MapFeatureInterface::getSettings in Geolocation Field 8.2

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

Code

public function getSettings(array $settings);