function computed_field_uninstall in Computed Field 6
Same name and namespace in other branches
- 5 computed_field.install \computed_field_uninstall()
Implementation of hook_uninstall().
File
- ./
computed_field.install, line 14
Code
function computed_field_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'computed_field');
}