Version 1
[yaffs-website] / web / core / modules / system / tests / themes / test_subsubtheme / test_subsubtheme.theme
1 <?php
2
3 /**
4  * @file
5  * Add hooks for tests to use.
6  */
7
8 /**
9  * Implements hook_preprocess_HOOK() for theme_test_template_test templates.
10  */
11 function test_subsubtheme_preprocess_theme_test_template_test(&$variables) {
12 }