1 theme_test.theme.inc template_preprocess_theme_test(&$variables)

Preprocesses variables for theme_theme_test().

File

core/modules/simpletest/tests/theme_test.theme.inc, line 24
Theme functions for the Theme Test module.

Code

function template_preprocess_theme_test(&$variables) {
  $variables['foo'] = 'template_preprocess_theme_test';
}