You are here

function domain_test_get in Domain Access 7.3

Get the static value.

1 call to domain_test_get()
DomainHookTest::testDomainHooks in tests/domain.test

File

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

Code

function domain_test_get() {
  return domain_test_set();
}