function qpa_help in QueryPath 6
Same name and namespace in other branches
- 7.3 qpa/qpa.module \qpa_help()
- 7.2 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.');
}
}