You are here

function token_field_update_instance in Token 7

Implements hook_field_update_instance().

File

./token.module, line 348
Enhances the token API in core: adds a browseable UI, missing tokens, etc.

Code

function token_field_update_instance($instance) {
  token_clear_cache();
}