function template_preprocess_theme_test_function_suggestions
Same name in other branches
- 8.9.x core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module \template_preprocess_theme_test_function_suggestions()
Implements template_preprocess_HOOK() for theme_test_function_suggestions theme functions.
1 string reference to 'template_preprocess_theme_test_function_suggestions'
- RegistryLegacyTest::testMultipleSubThemes in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ RegistryLegacyTest.php - Tests the theme registry with theme functions and multiple subthemes.
File
-
core/
modules/ system/ tests/ modules/ theme_legacy_test/ theme_legacy_test.module, line 48
Code
function template_preprocess_theme_test_function_suggestions(&$variables) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.