1 theme_test.module _theme_custom_theme()

Custom theme callback.

File

core/modules/simpletest/tests/theme_test.module, line 122

Code

function _theme_custom_theme() {
  return 'test_theme';
}