Project

General

Profile

Paste
Download (189 Bytes) Statistics
| Branch: | Revision:

root / drupal7 / modules / simpletest / tests / boot_test_2.module @ 582db59d

1
<?php
2

    
3
/**
4
 * @file
5
 * Defines a hook_help() implementation in a non-"bootstrap" module.
6
 */
7

    
8
/**
9
 * Implements hook_help().
10
 */
11
function boot_test_2_help($path, $arg) {
12
  // Empty hook.
13
}