leaflet_mapbox.install in Leaflet MapBox 7
Leaflet Mapbox module install file.
File
leaflet_mapbox.installView source
<?php
/**
* @file
* Leaflet Mapbox module install file.
*/
/**
* Implements hook_uninstall().
*/
function leaflet_mapbox_uninstall() {
variable_del('leaflet_mapbox_label');
variable_del('leaflet_mapbox_description');
variable_del('leaflet_mapbox_api_version');
variable_del('leaflet_mapbox_code');
variable_del('leaflet_mapbox_style_url');
variable_del('leaflet_mapbox_token');
variable_del('leaflet_mapbox_zoomlevel');
}
Functions
Name | Description |
---|---|
leaflet_mapbox_uninstall | Implements hook_uninstall(). |