test_subsubtheme.theme in Drupal 8
Same filename and directory in other branches
Add hooks for tests to use.
File
core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.themeView source
<?php
/**
* @file
* Add hooks for tests to use.
*/
/**
* Implements hook_preprocess_HOOK() for theme_test_template_test templates.
*/
function test_subsubtheme_preprocess_theme_test_template_test(&$variables) {
}
Functions
Name | Description |
---|---|
test_subsubtheme_preprocess_theme_test_template_test | Implements hook_preprocess_HOOK() for theme_test_template_test templates. |