function template_preprocess_module_test_procedural_preprocess_theme
Same name and namespace in other branches
- 11.x core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc \template_preprocess_module_test_procedural_preprocess_theme()
Template preprocess function for module_test_procedural_preprocess_theme.
File
-
core/
modules/ system/ tests/ modules/ module_test_procedural_preprocess/ module_test_procedural_preprocess.theme.inc, line 13
Code
function template_preprocess_module_test_procedural_preprocess_theme(array $variables) : void {
$variables['test'] = 'test';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.