You are here

public function GeofieldMapLegend::defaultConfiguration in Geofield Map 8.2

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/GeofieldMapLegend.php, line 201

Class

GeofieldMapLegend
Provides a custom Geofield Map Legend block.

Namespace

Drupal\geofield_map\Plugin\Block

Code

public function defaultConfiguration() {
  return [
    'label_display' => FALSE,
  ];
}