test_subsubtheme.theme 220 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Add hooks for tests to use.
  5. */
  6. /**
  7. * Implements hook_preprocess_HOOK() for theme_test_template_test templates.
  8. */
  9. function test_subsubtheme_preprocess_theme_test_template_test(&$variables) {
  10. }