hook_disable()

This hook is optional. Perform necessary actions before module is disabled. The hook is called everytime module is disabled.

Parameters

none

Return value

none

Usage sample

function hook_disable() {
mycustommodule_cache_rebuild();
}