function _theme_test_suggestion
7.x theme_test.module | _theme_test_suggestion() |
Page callback, calls a theme hook suggestion.
1 string reference to '_theme_test_suggestion'
- 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 125
Code
function _theme_test_suggestion() {
return theme(array('theme_test__suggestion', 'theme_test'), array());
}