You are here

function test_basetheme_preprocess_theme_test_function_suggestions in Zircon Profile 8.0

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

Implements hook_preprocess_HOOK() for theme_test_function_suggestions theme functions.

1 string reference to 'test_basetheme_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/themes/test_basetheme/test_basetheme.theme, line 35
Add hooks for tests to use.

Code

function test_basetheme_preprocess_theme_test_function_suggestions(&$variables) {
}