You are here

test_stable.theme in Drupal 10

Test preprocess functions for theme test_stable.

File

core/tests/fixtures/test_stable/test_stable.theme
View 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

Namesort descending Description
test_stable_preprocess_theme_test_render_element Implements hook_preprocess_theme_test_render_element().