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 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'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.