You are here

function theme_test_preprocess_theme_test_preprocess_suggestions__monkey in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_preprocess_theme_test_preprocess_suggestions__monkey()

Tests a module overriding a default hook with a suggestion.

File

core/modules/system/tests/modules/theme_test/theme_test.module, line 121

Code

function theme_test_preprocess_theme_test_preprocess_suggestions__monkey(&$variables) {
  $variables['foo'] = 'Monkey';
}