public function GmapDefaults::getBaseJs in GMap Module 7.2
Get base JS.
Return value
array $this->basejs
File
- lib/
Drupal/ gmap/ GmapDefaults.php, line 163 - Contains GmapDefaults.php
Class
Namespace
Drupal\gmapCode
public function getBaseJs() {
return $this->basejs;
}