function total_control_install in Total Control Admin Dashboard 7.2
Same name and namespace in other branches
- 8.2 total_control.install \total_control_install()
- 3.0.x total_control.install \total_control_install()
Implements hook_install
Disable the core dashboard module.
File
- ./
total_control.install, line 14 - total_control.install
Code
function total_control_install() {
// @TODO Disable the core dashboard module or set message explaining it's disappearence.
}