You are here

public function MapProviderInterface::getSettingsSummary in Geolocation Field 8.3

Same name and namespace in other branches
  1. 8.2 src/MapProviderInterface.php \Drupal\geolocation\MapProviderInterface::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 MapProviderInterface::getSettingsSummary()
MapProviderBase::getSettingsSummary in src/MapProviderBase.php
Provide a summary array to use in field formatters.

File

src/MapProviderInterface.php, line 40

Class

MapProviderInterface
Defines an interface for geolocation MapProvider plugins.

Namespace

Drupal\geolocation

Code

public function getSettingsSummary(array $settings);