You are here

protected function DataProviderBase::defaultSettings in Geolocation Field 8.3

Default settings.

Return value

array Default settings.

3 calls to DataProviderBase::defaultSettings()
DataProviderBase::getSettings in src/DataProviderBase.php
Add default settings.
GeolocationGeometry::defaultSettings in modules/geolocation_geometry/src/Plugin/geolocation/DataProvider/GeolocationGeometry.php
Default settings.
GeolocationGpx::defaultSettings in modules/geolocation_gpx/src/Plugin/geolocation/DataProvider/GeolocationGpx.php
Default settings.
2 methods override DataProviderBase::defaultSettings()
GeolocationGeometry::defaultSettings in modules/geolocation_geometry/src/Plugin/geolocation/DataProvider/GeolocationGeometry.php
Default settings.
GeolocationGpx::defaultSettings in modules/geolocation_gpx/src/Plugin/geolocation/DataProvider/GeolocationGpx.php
Default settings.

File

src/DataProviderBase.php, line 80

Class

DataProviderBase
Class DataProviderBase.

Namespace

Drupal\geolocation

Code

protected function defaultSettings() {
  return [];
}