1 common_test.theme.inc | theme_common_test_foo($variables) |
Theme function for testing backdrop_render().
File
- core/
modules/ simpletest/ tests/ common_test.theme.inc, line 10 - Theme functions for the Common Test module.
Code
function theme_common_test_foo($variables) {
return $variables['foo'] . $variables['bar'];
}