1 theme_test.module theme_test_hook_init_page_callback()

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

File

core/modules/simpletest/tests/theme_test.module, line 108

Code

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