function theme_theme_test_foo

Theme function for testing theme('theme_test_foo').

1 theme call to theme_theme_test_foo()
ThemeTest::testRegistryRebuild in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures the theme registry is rebuilt when modules are disabled/enabled.

File

drupal/core/modules/system/tests/modules/theme_test/theme_test.module, line 147

Code

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