function boost_disable in Boost 7
Same name and namespace in other branches
- 6 boost.install \boost_disable()
Implements hook_disable().
File
- ./
boost.install, line 18 - 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_flush_caches();
drupal_set_message(t('Static page cache cleared.'));
}