You are here

function domain_modules_enabled in Domain Access 7.3

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

Implements hook_modules_enabled().

File

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

Code

function domain_modules_enabled() {
  domain_bootstrap_register();
  domain_check_for_update();
}