function theme_theme_test_function_template_override
Same name in other branches
- 9 core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module \theme_theme_test_function_template_override()
Theme function for hook theme_test_function_template_override.
1 string reference to 'theme_theme_test_function_template_override'
- theme_legacy_test_theme in core/
modules/ system/ tests/ modules/ theme_legacy_test/ theme_legacy_test.module - Implements hook_theme().
1 theme call to theme_theme_test_function_template_override()
- ThemeTestController::functionTemplateOverridden in core/
modules/ system/ tests/ modules/ theme_legacy_test/ src/ ThemeTestController.php - A theme template that overrides a theme function.
File
-
core/
modules/ system/ tests/ modules/ theme_legacy_test/ theme_legacy_test.module, line 61
Code
function theme_theme_test_function_template_override($variables) {
return 'theme_test_function_template_override test failed.';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.