boot_test_2.module

Defines a hook_help() implementation in a non-"bootstrap" module.

File

modules/simpletest/tests/boot_test_2.module

View source
<?php


/**
 * @file
 * Defines a hook_help() implementation in a non-"bootstrap" module.
 */

/**
 * Implements hook_help().
 */
function boot_test_2_help($path, $arg) {
    // Empty hook.
}

Functions

Title Deprecated Summary
boot_test_2_help Implements hook_help().

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