You are here

public function MapThemerInterface::defaultSettings in Geofield Map 8.2

Get the defaultSettings for the Map Themer Plugin.

Parameters

string $k: A specific defaultSettings key index.

Return value

array|string The defaultSettings to be returned.

1 method overrides MapThemerInterface::defaultSettings()
MapThemerBase::defaultSettings in src/MapThemerBase.php
Get the defaultSettings for the Map Themer Plugin.

File

src/MapThemerInterface.php, line 43

Class

MapThemerInterface
Provides an interface for Geofield Map Themers plugins.

Namespace

Drupal\geofield_map

Code

public function defaultSettings($k = NULL);