You are here

function template_preprocess_theme_test_function_suggestions in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/theme_legacy_test/theme_legacy_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'
RegistryLegacyTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
Tests the theme registry with theme functions and multiple subthemes.

File

core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module, line 48
Test module for legacy theme functions.

Code

function template_preprocess_theme_test_function_suggestions(&$variables) {
}