function drush_token_cache_clear_token_info in Token 8
Same name and namespace in other branches
- 7 token.drush.inc \drush_token_cache_clear_token_info()
Clear caches internal to Token module.
1 string reference to 'drush_token_cache_clear_token_info'
- token_drush_cache_clear in ./
token.drush.inc - Implements hook_drush_cache_clear().
File
- ./
token.drush.inc, line 18 - Drush integration for the Token module.
Code
function drush_token_cache_clear_token_info() {
token_clear_cache();
}