You are here

function template_preprocess_theme_test_function_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 \template_preprocess_theme_test_function_suggestions()

Implements template_preprocess_HOOK() for theme_test_function_suggestions theme functions.

1 string reference to 'template_preprocess_theme_test_function_suggestions'
RegistryTest::testMultipleSubThemes in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.

File

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

Code

function template_preprocess_theme_test_function_suggestions(&$variables) {
}