function _lexicon_clear_menu_cache in Lexicon 6
Same name and namespace in other branches
- 7 lexicon.module \_lexicon_clear_menu_cache()
1 call to _lexicon_clear_menu_cache()
File
- ./
lexicon.module, line 1283 - Lexicon is used to create lists of terms and definitions to use on a website and optionally mark them in the content with an indicator.
Code
function _lexicon_clear_menu_cache() {
menu_rebuild();
drupal_set_message(t('The menu cache has been cleared. There may be a temporary performance degradation while it is rebuilt.'));
}