You are here

theme_test.inc in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/system/tests/modules/theme_test/theme_test.inc

Include file for test module.

File

core/modules/system/tests/modules/theme_test/theme_test.inc
View source
<?php

/**
 * @file
 * Include file for test module.
 */

/**
 * Preprocesses variables for theme_theme_test().
 */
function template_preprocess_theme_test(&$variables) {
  $variables['foo'] = 'template_preprocess_theme_test';
}

Functions

Namesort descending Description
template_preprocess_theme_test Preprocesses variables for theme_theme_test().