function _theme_test_suggestion
Page callback, calls a theme hook suggestion.
1 string reference to '_theme_test_suggestion'
- theme_test_menu in modules/
simpletest/ tests/ theme_test.module - Implements hook_menu().
File
-
modules/
simpletest/ tests/ theme_test.module, line 145
Code
function _theme_test_suggestion() {
return theme(array(
'theme_test__suggestion',
'theme_test',
), array());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.