You are here

function domain_test_domain_request_alter in Domain Access 8

Implements hook_domain_request_alter().

File

domain/tests/modules/domain_test/domain_test.module, line 33
Domain hook test module.

Code

function domain_test_domain_request_alter(DomainInterface &$domain) {
  $domain
    ->addProperty('foo1', 'bar1');
}