You are here

public static function LocationInputInterface::getDefaultSettings in Geolocation Field 8.3

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

Provide a populated settings array.

Return value

array The settings array with the default plugin settings.

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

File

src/LocationInputInterface.php, line 18

Class

LocationInputInterface
Defines an interface for geolocation LocationInput plugins.

Namespace

Drupal\geolocation

Code

public static function getDefaultSettings();