You are here

function token_field_config_delete in Token 8

Implements hook_ENTITY_TYPE_delete().

File

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

Code

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