function theme_test_hook_init_page_callback
7.x theme_test.module | 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-7.x/
modules/ simpletest/ tests/ theme_test.module - Implements hook_menu().
File
- drupal-7.x/
modules/ simpletest/ tests/ theme_test.module, line 98
Code
function theme_test_hook_init_page_callback() {
return $GLOBALS['theme_test_output'];
}