function theme_common_test_foo
Theme function for testing drupal_render() theming.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ common_test.module, line 218 - Helper module for the Common tests.
Código
function theme_common_test_foo($variables) {
return $variables['foo'] . $variables['bar'];
}