You are here

function test_basetheme_preprocess_theme_test_function_suggestions in Drupal 10

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()
  2. 9 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.

File

core/modules/system/tests/themes/test_basetheme/test_basetheme.theme, line 36
Add hooks for tests to use.

Code

function test_basetheme_preprocess_theme_test_function_suggestions(&$variables) {
}