grid_field_formatter.install in Grid Field Formatter 7
Uninstall functions for the Grid Field Formatter module.
File
grid_field_formatter.installView 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
Name![]() |
Description |
---|---|
grid_field_formatter_uninstall | Implements hook_uninstall(). |