function template_preprocess_theme_test
Preprocesses variables for theme_theme_test().
File
-
core/
modules/ system/ tests/ modules/ theme_test/ theme_test.inc, line 11
Code
function template_preprocess_theme_test(&$variables) {
$variables['foo'] = 'template_preprocess_theme_test';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.