module_test_procedural_preprocess.theme.inc
File
-
core/
modules/ system/ tests/ modules/ module_test_procedural_preprocess/ module_test_procedural_preprocess.theme.inc
View source
<?php
/**
* @file
* Tests deprecated include files.
*/
declare (strict_types=1);
/**
* Template preprocess function for module_test_procedural_preprocess_theme.
*/
function template_preprocess_module_test_procedural_preprocess_theme(array $variables) : void {
$variables['test'] = 'test';
}
Functions
Title | Deprecated | Summary |
---|---|---|
template_preprocess_module_test_procedural_preprocess_theme | Template preprocess function for module_test_procedural_preprocess_theme. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.