function boost_disable in Boost 6
Same name and namespace in other branches
- 7 boost.install \boost_disable()
Implementation of hook_disable().
File
- ./
boost.install, line 34 - Handles Boost module installation and upgrade tasks.
Code
function boost_disable() {
// Make sure that the static page cache is wiped when the module is disabled:
boost_cache_clear_all();
drupal_set_message(t('Static page cache cleared.'));
}