function theme_test_hook_init_page_callback in Drupal 7
Menu callback for testing themed output generated in hook_init().
1 string reference to 'theme_test_hook_init_page_callback'
- theme_test_menu in modules/
simpletest/ tests/ theme_test.module - Implements hook_menu().
File
- modules/
simpletest/ tests/ theme_test.module, line 118
Code
function theme_test_hook_init_page_callback() {
return $GLOBALS['theme_test_output'];
}