You are here

public function GoogleMapsService::getGmapApiKey in Geofield Map 8.2

Get the module related Gmap API Key.

Return value

string The GmapApiKey

File

src/Services/GoogleMapsService.php, line 89

Class

GoogleMapsService
Class GoogleMapsService.

Namespace

Drupal\geofield_map\Services

Code

public function getGmapApiKey() {
  return $this->gmapApiKey;
}