You are here

function token_field_config_presave in Token 8

Implements hook_ENTITY_TYPE_presave().

File

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

Code

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