You are here

function domain_test_domain_bootstrap_full in Domain Access 7.3

Implements hook_domain_bootstrap_full().

Add a $domain['test_full'] element to the array.

File

tests/domain_test.module, line 46
Test module for Domain Access.

Code

function domain_test_domain_bootstrap_full($domain) {
  $GLOBALS['_domain']['test_full'] = TRUE;
}