examples_help

6 examples.module examples_help($path, $arg)
7 examples.module examples_help($path, $arg)
8 examples.module examples_help($path, $arg)

Implements hook_help().

Related topics

File

./examples.module, line 30
This file serves as a stub file for the many Examples modules in the Examples for Developers Project which you can download and experiment with.

Code

function examples_help($path, $arg) {
  // re: http://drupal.org/node/767204
  // 5. We need a master group (Examples) that will be in a main
  // examples.module.
  // The examples.module should be mostly doxy comments that point to the other
  // examples.  It will also have a hook_help() explaining its purpose and how
  // to access the other examples.
}
Login or register to post comments