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