You are here

menu_icons.install in Menu Icons 8

Same filename and directory in other branches
  1. 6.2 menu_icons.install
  2. 6 menu_icons.install
  3. 7.3 menu_icons.install

Cleanup menu_icons variables

File

menu_icons.install
View source
<?php

/**
 * @file
 * Cleanup menu_icons variables
 */

/**
 * Implementation of hook_uninstall().
 */
function menu_icons_uninstall() {
  variable_del('menu_icons_file_validate_image_resolution');
  variable_del('menu_icons_default_icon');
  variable_del('menu_icons_image_folder');
  variable_del('menu_icons_position');
}

Functions

Namesort descending Description
menu_icons_uninstall Implementation of hook_uninstall().