function module_test_procedural_preprocess_preprocess

File

core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module, line 31

Code

function module_test_procedural_preprocess_preprocess($arg) : mixed {
  return $arg;
}

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