You are here

function test_basetheme_preprocess_theme_test_template_test in Drupal 8

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

Implements hook_preprocess_HOOK() for theme_test_template_test templates.

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

Code

function test_basetheme_preprocess_theme_test_template_test(&$variables) {
}