You are here

function domain_test_domain_batch_alter in Domain Access 7.3

Implements hook_domain_batch_alter().

File

tests/domain_test.domain.inc, line 122
Domain hook tests.

Code

function domain_test_domain_batch_alter(&$batch) {

  // Rename 'Put site into maintenance mode'.
  $batch['maintenance_mode']['#form']['#title'] = t('Test reset value');
}