function theme_theme_test_foo

7.x theme_test.module theme_theme_test_foo($variables)

Theme function for testing theme('theme_test_foo').

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

File

drupal-7.x/modules/simpletest/tests/theme_test.module, line 132

Code

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