You are here

format_number.install in Format Number API 7

Same filename and directory in other branches
  1. 6 format_number.install

Module installation/uninstallation hooks.

File

format_number.install
View source
<?php

/**
 * @file
 * Module installation/uninstallation hooks.
 */

/**
 * Implements hook_uninstall().
 */
function format_number_uninstall() {
  variable_del('format_number_user_configurable');
  variable_del('format_number_thousands_sep');
  variable_del('format_number_decimal_point');
}

Functions

Namesort descending Description
format_number_uninstall Implements hook_uninstall().