You are here

function domain_alias_enable in Domain Access 6.2

Implement hook_enable().

Register domain_alias with domain bootstrap so we can use domain_bootstrap hooks.

File

domain_alias/domain_alias.module, line 106
Interface for advanced domain matching for Domain Access.

Code

function domain_alias_enable() {
  domain_bootstrap_register();
}