function boot_test_2_help in Drupal 7
Implements hook_help().
File
- modules/
simpletest/ tests/ boot_test_2.module, line 11 - Defines a hook_help() implementation in a non-"bootstrap" module.
Code
function boot_test_2_help($path, $arg) {
// Empty hook.
}