function token_field_create_instance in Token 7
Implements hook_field_create_instance().
File
- ./
token.module, line 341 - Enhances the token API in core: adds a browseable UI, missing tokens, etc.
Code
function token_field_create_instance($instance) {
token_clear_cache();
}