function domain_test_get in Domain Access 7.3
Get the static value.
1 call to domain_test_get()
File
- tests/
domain_test.module, line 22 - Test module for Domain Access.
Code
function domain_test_get() {
return domain_test_set();
}
Get the static value.
function domain_test_get() {
return domain_test_set();
}