Same name and namespace in other branches
  1. 6.x-1.x examples.module \examples_help()

Implements hook_help().

Related topics

File

./examples.module, line 31
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.
}