leaflet_more_maps.install in Leaflet More Maps 7
Install and uninstall hooks for Leaflet More Maps module.
File
leaflet_more_maps.installView source
<?php
/**
* @file
* Install and uninstall hooks for Leaflet More Maps module.
*/
/**
* Implements hook_uninstall().
*/
function leaflet_more_maps_uninstall() {
variable_del('leaflet_more_maps_custom_maps');
}
Functions
Name | Description |
---|---|
leaflet_more_maps_uninstall | Implements hook_uninstall(). |