domain_conf_enable()Implement hook_enable().
Register domain_conf with the domain module so it's loaded during domain bootstrap and can implement domain_bootstrap hooks.
domain_conf/domain_conf.module, line 115
<?php
function domain_conf_enable() {
domain_bootstrap_register();
}
?>