function domain_conf_enable in Domain Access 6.2
Implement hook_enable().
Register domain_conf with the domain module so it's loaded during domain bootstrap and can implement domain_bootstrap hooks.
File
- domain_conf/
domain_conf.module, line 118 - Domain manager configuration options.
Code
function domain_conf_enable() {
domain_bootstrap_register();
}