test_stable.theme in Drupal 9
Same filename and directory in other branches
Test preprocess functions for theme test_stable.
File
core/tests/fixtures/test_stable/test_stable.themeView source
<?php
/**
 * @file
 * Test preprocess functions for theme test_stable.
 */
/**
 * Implements hook_preprocess_theme_test_render_element().
 */
function test_stable_preprocess_theme_test_render_element($variables) {
  // This is used for Drupal\Tests\Core\Theme\RegistryTest.
}Functions
| Name   | Description | 
|---|---|
| test_stable_preprocess_theme_test_render_element | Implements hook_preprocess_theme_test_render_element(). | 
