You are here

function domain_domain_install in Domain Access 7.3

Implements hook_domain_install().

File

./domain.module, line 3171
Core module functions for the Domain Access suite.

Code

function domain_domain_install() {

  // Set the proper variables for our bootstrap load, as a precaution.
  domain_bootstrap_register();
}