You are here

grid_field_formatter.install in Grid Field Formatter 7

Uninstall functions for the Grid Field Formatter module.

File

grid_field_formatter.install
View source
<?php

/**
 * @file
 * Uninstall functions for the Grid Field Formatter module.
 */

/**
 * Implements hook_uninstall().
 */
function grid_field_formatter_uninstall() {
  variable_del('grid_field_formatter_field_types');
}

Functions