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
Namespace
Drupal\gmapCode
public function getDefaults() {
return $this->defaults;
}