You are here

function domain_modules_disabled in Domain Access 7.3

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

Implements hook_modules_disabled().

File

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

Code

function domain_modules_disabled() {
  domain_bootstrap_register();
}