You are here

function theme_test_preprocess_theme_test_preprocess_suggestions 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()

Implements hook_preprocess_HOOK().

1 string reference to 'theme_test_preprocess_theme_test_preprocess_suggestions'
RegistryTest::testSuggestionPreprocessFunctions in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with suggestions.

File

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

Code

function theme_test_preprocess_theme_test_preprocess_suggestions(&$variables) {
  $variables['foo'] = 'Theme hook implementor=theme_theme_test_preprocess_suggestions().';
}