You are here

function querypath_examples_help in QueryPath 6

Same name and namespace in other branches
  1. 7.3 querypath_examples.module \querypath_examples_help()
  2. 7.2 querypath_examples.module \querypath_examples_help()

Implementation of hook_help().

File

./querypath_examples.module, line 11
The main file for querypath_examples.

Code

function querypath_examples_help($path, $args) {
  if ($path == 'admin/help#querypath_examples') {
    return t('Examples of using QueryPath.');
  }
}