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