You are here

function token_date_format_delete in Token 8

Implements hook_ENTITY_TYPE_delete().

File

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

Code

function token_date_format_delete() {
  token_clear_cache();
}