function theme_test_preprocess_theme_test_preprocess_suggestions__monkey
Same name in other branches
- 9 core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_preprocess_theme_test_preprocess_suggestions__monkey()
- 10 core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_preprocess_theme_test_preprocess_suggestions__monkey()
- 11.x 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 97
Code
function theme_test_preprocess_theme_test_preprocess_suggestions__monkey(&$variables) {
$variables['foo'] = 'Monkey';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.