geolocation-8.x-3.x-dev/modules/geolocation_google_maps/geolocation_google_maps.api.php
modules/geolocation_google_maps/geolocation_google_maps.api.php
<?php
/**
* @file
* Hooks provided by the geolocation module.
*/
/**
* @addtogroup hooks
* @{
*/
/**
* Define additional parameters to the Google Maps API URL.
*
* @return array
* Parameters
*/
function hook_geolocation_google_maps_parameters() {
return [
'libraries' => [
'places',
],
];
}
/**
* @} End of "addtogroup hooks".
*/
