You are here

public static function MapProviderInterface::getDefaultSettings in Geolocation Field 8.3

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

Provide a populated settings array.

Return value

array The settings array with the default map settings.

1 method overrides MapProviderInterface::getDefaultSettings()
MapProviderBase::getDefaultSettings in src/MapProviderBase.php
Provide a populated settings array.

File

src/MapProviderInterface.php, line 18

Class

MapProviderInterface
Defines an interface for geolocation MapProvider plugins.

Namespace

Drupal\geolocation

Code

public static function getDefaultSettings();