function qpcache_help in QueryPath 6
Same name and namespace in other branches
- 7.3 qpcache/qpcache.module \qpcache_help()
- 7.2 qpcache/qpcache.module \qpcache_help()
Implementation of hook_help().
File
- qpcache/
qpcache.module, line 28 - The main file for qpcache.
Code
function qpcache_help($path, $args) {
if ($path == 'admin/help#qpcache') {
return t('QPCache is a caching stystem for large text docments with complex keys.
This module provides a development API. It has QueryPath bindings as well as general caching bindings.');
}
}