function template_preprocess_module_test_procedural_preprocess_includes
Template preprocess function for module_test_procedural_preprocess_includes.
1 string reference to 'template_preprocess_module_test_procedural_preprocess_includes'
- ThemeDeprecationTest::testTemplatePreprocessIncludes in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeDeprecationTest.php - Tests deprecations around template_preprocess functions and include files.
File
-
core/
modules/ system/ tests/ modules/ module_test_procedural_preprocess/ module_test_procedural_preprocess.additional.inc, line 13
Code
function template_preprocess_module_test_procedural_preprocess_includes(array $variables) : void {
$variables['test'] = 'test';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.