You are here

public function MapFeatureInterface::getSettingsSummary in Geolocation Field 8.3

Same name and namespace in other branches
  1. 8.2 src/MapFeatureInterface.php \Drupal\geolocation\MapFeatureInterface::getSettingsSummary()

Provide a summary array to use in field formatters.

Parameters

array $settings: The current map settings.

Return value

array An array to use as field formatter summary.

1 method overrides MapFeatureInterface::getSettingsSummary()
MapFeatureBase::getSettingsSummary in src/MapFeatureBase.php
Provide a summary array to use in field formatters.

File

src/MapFeatureInterface.php, line 41

Class

MapFeatureInterface
Defines an interface for geolocation MapFeature plugins.

Namespace

Drupal\geolocation

Code

public function getSettingsSummary(array $settings);