function theme_theme_test_foo
Same name in other branches
- 7.x modules/simpletest/tests/theme_test.module \theme_theme_test_foo()
- 9 core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module \theme_theme_test_foo()
Theme function for hook theme_test_foo.
1 string reference to 'theme_theme_test_foo'
- theme_legacy_test_theme in core/
modules/ system/ tests/ modules/ theme_legacy_test/ theme_legacy_test.module - Implements hook_theme().
File
-
core/
modules/ system/ tests/ modules/ theme_legacy_test/ theme_legacy_test.module, line 54
Code
function theme_theme_test_foo($variables) {
return $variables['foo'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.