function theme_test_template_test_page_callback

Menu callback for testing template overridding based on filename.

1 string reference to 'theme_test_template_test_page_callback'
theme_test_menu in drupal/core/modules/system/tests/modules/theme_test/theme_test.module
Implements hook_menu().

File

drupal/core/modules/system/tests/modules/theme_test/theme_test.module, line 95

Code

function theme_test_template_test_page_callback() {
  return theme('theme_test_template_test');
}