You are here

function examples_help in Examples for Developers 6

Same name and namespace in other branches
  1. 7 examples.module \examples_help()

Implementation of hook_help().

Related topics

File

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