function config_perms_uninstall in Custom Permissions 7.2
Same name and namespace in other branches
- 6.2 config_perms.install \config_perms_uninstall()
Implements hook_uninstall().
File
- ./
config_perms.install, line 23 - Installation file
Code
function config_perms_uninstall() {
// Clear cache and rebuild menu
cache_clear_all('config_perms', 'cache');
menu_rebuild();
}