function template_preprocess_theme_test
7.x theme_test.inc | template_preprocess_theme_test(&$variables) |
Preprocesses variables for theme_theme_test().
File
- drupal-7.x/
modules/ simpletest/ tests/ theme_test.inc, line 13
Code
function template_preprocess_theme_test(&$variables) {
$variables['foo'] = 'template_preprocess_theme_test';
}