Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme \test_subsubtheme_preprocess_theme_test_template_test()
  2. 9 core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme \test_subsubtheme_preprocess_theme_test_template_test()

Implements hook_preprocess_HOOK() for theme_test_template_test templates.

1 string reference to 'test_subsubtheme_preprocess_theme_test_template_test'
RegistryTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.

File

core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme, line 11
Add hooks for tests to use.

Code

function test_subsubtheme_preprocess_theme_test_template_test(&$variables) {
}