You are here

function querypath_examples_help in QueryPath 7.3

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

Implements hook_help().

File

./querypath_examples.module, line 13
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.');
  }
}