test_stable.theme

Same filename and directory in other branches
  1. 8.9.x core/tests/fixtures/test_stable/test_stable.theme
  2. 10 core/tests/fixtures/test_stable/test_stable.theme
  3. 11.x core/tests/fixtures/test_stable/test_stable.theme

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

Title Deprecated Summary
test_stable_preprocess_theme_test_render_element Implements hook_preprocess_theme_test_render_element().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.