hook_enable()

This hook is optional. Perform necessary actions after module is enabled. The hook is called everytime module is enabled.

Parameters

none

Return value

none

Usage sample

function hook_enable() {
   mycustommodule_cache_rebuild();
}