You are here

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

GmapDefaults

Namespace

Drupal\gmap

Code

public function getBaseJs() {
  return $this->basejs;
}