You are here

function qpa_help in QueryPath 7.2

Same name and namespace in other branches
  1. 6 qpa/qpa.module \qpa_help()
  2. 7.3 qpa/qpa.module \qpa_help()

Implementation of hook_help().

File

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

Code

function qpa_help($path, $args) {
  if ($path == 'admin/help#qpa') {
    return t('QueryPath Array utilities, inclding the qpa() function.');
  }
}