function module_handler_test_added_hook

Test function.

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc, line 13

Code

function module_handler_test_added_hook($arg) {
  return $arg;
}

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