You are here

function token_field_install in Token Field 6

Implementation of hook_install().

File

./token_field.install, line 12
The token_field.install file makes sure the field are installed, uninstalled, disabled and enabled correctly.

Code

function token_field_install() {
  drupal_load('module', 'content');
  content_notify('install', 'token_field');
}