You are here

public static function LocationBase::getDefaultSettings in Geolocation Field 8.2

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

Provide a populated settings array.

Return value

array The settings array with the default map settings.

Overrides LocationInterface::getDefaultSettings

1 call to LocationBase::getDefaultSettings()
LocationBase::getSettings in src/LocationBase.php
Provide Location option specific settings.
1 method overrides LocationBase::getDefaultSettings()
FixedCoordinates::getDefaultSettings in src/Plugin/geolocation/Location/FixedCoordinates.php
Provide a populated settings array.

File

src/LocationBase.php, line 31

Class

LocationBase
Class LocationBase.

Namespace

Drupal\geolocation

Code

public static function getDefaultSettings() {
  return [];
}