boot_test_2.module 189 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Defines a hook_help() implementation in a non-"bootstrap" module.
  5. */
  6. /**
  7. * Implements hook_help().
  8. */
  9. function boot_test_2_help($path, $arg) {
  10. // Empty hook.
  11. }