function token_date_format_insert in Token 8
Implements hook_ENTITY_TYPE_insert().
File
- ./
token.module, line 135 - Enhances the token API in core: adds a browseable UI, missing tokens, etc.
Code
function token_date_format_insert() {
token_clear_cache();
}