function _theme_test_suggestion

Page callback, calls a theme hook suggestion.

1 string reference to '_theme_test_suggestion'
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 132

Code

function _theme_test_suggestion() {
  return theme(array(
    'theme_test__suggestion',
    'theme_test',
  ), array());
}