function module_test_procedural_preprocess_preprocess_test

File

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

Code

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

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