function theme_test_theme_suggestions_theme_test_preprocess_suggestions
Same name in other branches
- 9 core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_theme_suggestions_theme_test_preprocess_suggestions()
- 8.9.x core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_theme_suggestions_theme_test_preprocess_suggestions()
- 10 core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_theme_suggestions_theme_test_preprocess_suggestions()
Implements hook_theme_suggestions_HOOK().
File
-
core/
modules/ system/ tests/ modules/ theme_test/ theme_test.module, line 125
Code
function theme_test_theme_suggestions_theme_test_preprocess_suggestions($variables) {
return [
'theme_test_preprocess_suggestions__' . $variables['foo'],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.