You are here

function token_field_delete_instance in Token 7

Implements hook_field_delete_instance().

File

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

Code

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