You are here

public function GmapDefaults::getDefaults in GMap Module 7.2

Get defaults.

Return value

array $this->defaults

File

lib/Drupal/gmap/GmapDefaults.php, line 153
Contains GmapDefaults.php

Class

GmapDefaults

Namespace

Drupal\gmap

Code

public function getDefaults() {
  return $this->defaults;
}