You are here

function domain_modules_enabled in Domain Access 7.2

Same name and namespace in other branches
  1. 7.3 domain.module \domain_modules_enabled()

Implements hook_modules_enabled().

File

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

Code

function domain_modules_enabled() {
  domain_bootstrap_register();
}