You are here

function mobile_navigation_clear_cache_given_menu_name in Mobile Navigation 7.2

Clear a specific mobile navigation cache given menu name at the urls argument #4 For menu forms pages.

1 string reference to 'mobile_navigation_clear_cache_given_menu_name'
mobile_navigation_form_alter in ./mobile_navigation.module
Implements hook_form_alter().

File

./mobile_navigation.module, line 271
Mobile Navigation primary module file.

Code

function mobile_navigation_clear_cache_given_menu_name() {
  cache_clear_all('mobile_navigation_' . arg(4), 'cache');
}