You are here

function test_theme_theme_test_preprocess_suggestions__kitten__meerkat in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/themes/test_theme/test_theme.theme \test_theme_theme_test_preprocess_suggestions__kitten__meerkat()

Tests a theme overriding a suggestion of a base theme hook.

File

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

Code

function test_theme_theme_test_preprocess_suggestions__kitten__meerkat($variables) {
  return 'Theme hook implementor=test_theme_theme_test__suggestion(). Foo=' . $variables['foo'];
}