1 dashboard.install | dashboard_install() |
Implements hook_install().
File
- core/
modules/ dashboard/ dashboard.install, line 10 - Install, update and uninstall functions for the Dashboard module.
Code
function dashboard_install() {
layout_reset_caches();
}