You are here

leaflet_more_maps.install in Leaflet More Maps 7

Install and uninstall hooks for Leaflet More Maps module.

File

leaflet_more_maps.install
View 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

Namesort descending Description
leaflet_more_maps_uninstall Implements hook_uninstall().