Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_preprocess_theme_test_preprocess_suggestions__kitten__flamingo()
  2. 9 core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_preprocess_theme_test_preprocess_suggestions__kitten__flamingo()

Tests a theme overriding a default hook with a suggestion.

File

core/modules/system/tests/themes/test_theme/test_theme.theme, line 114
Theme to help test the Twig engine.

Code

function test_theme_preprocess_theme_test_preprocess_suggestions__kitten__flamingo(&$variables) {
  $variables['bar'] = 'Flamingo';
}