function dxpr_theme_helper_install in DXPR Theme Helper 1.0.x
Implements hook_install.
File
- ./
dxpr_theme_helper.install, line 12 - Install, update, uninstall and schema functions for the module.
Code
function dxpr_theme_helper_install() {
// Update previous configs.Adds enforced config dependencies.
dxpr_theme_helper_update_8001();
}