Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / system / tests / themes / test_stable / test_stable.theme
1 <?php
2
3 /**
4  * @file
5  * Test preprocess functions for theme test_stable.
6  */
7
8 /**
9  * Implements hook_preprocess_theme_test_render_element().
10  */
11 function test_stable_preprocess_theme_test_render_element($variables) {
12   // This is used for Drupal\Tests\Core\Theme\RegistryTest.
13 }