You are here

function tablefield_uninstall in TableField 6

Same name and namespace in other branches
  1. 7.3 tablefield.install \tablefield_uninstall()
  2. 7 tablefield.install \tablefield_uninstall()
  3. 7.2 tablefield.install \tablefield_uninstall()

Implementation of hook_uninstall().

File

./tablefield.install, line 19
Installation options for TableField

Code

function tablefield_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'tablefield');
}