function token_field_uninstall in Token Field 6
Implementation of hook_uninstall().
File
- ./
token_field.install, line 21 - The token_field.install file makes sure the field are installed, uninstalled, disabled and enabled correctly.
Code
function token_field_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'token_field');
}