function theme_test_hook_init_page_callback

Menu callback for testing themed output generated in hook_init().

1 string reference to 'theme_test_hook_init_page_callback'
theme_test_menu in drupal/modules/simpletest/tests/theme_test.module
Implements hook_menu().

File

drupal/modules/simpletest/tests/theme_test.module, line 118

Code

function theme_test_hook_init_page_callback() {
  return $GLOBALS['theme_test_output'];
}