function theme_theme_test_foo

Theme function for testing theme('theme_test_foo').

1 theme call to theme_theme_test_foo()
ThemeTestCase::testRegistryRebuild in drupal/modules/simpletest/tests/theme.test
Ensures the theme registry is rebuilt when modules are disabled/enabled.

File

drupal/modules/simpletest/tests/theme_test.module, line 169

Code

function theme_theme_test_foo($variables) {
  return $variables['foo'];
}