function theme_common_test_foo
Theme function for testing drupal_render() theming.
1 theme call to theme_common_test_foo()
- DrupalRenderTestCase::testDrupalRenderThemeArguments in modules/
simpletest/ tests/ common.test - Test passing arguments to the theme function.
File
-
modules/
simpletest/ tests/ common_test.module, line 236
Code
function theme_common_test_foo($variables) {
return $variables['foo'] . $variables['bar'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.