You are here

function lingotek_flush_cache in Lingotek Translation 7.2

Clean out the Drupal Cache so menus will rebuild.

3 string references to 'lingotek_flush_cache'
lingotek_admin_form in ./lingotek.admin.inc
Form constructor for the administration form.
lingotek_do_cache in ./lingotek.util.inc
Returns whether caching is enabled.
lingotek_menu in ./lingotek.module
Implements hook_menu().

File

./lingotek.admin.inc, line 548

Code

function lingotek_flush_cache() {
  menu_rebuild();
  drupal_goto(LINGOTEK_BASE_URL);
}