You are here

qpa.module in QueryPath 7.2

Same filename and directory in other branches
  1. 6 qpa/qpa.module
  2. 7.3 qpa/qpa.module

The main file for qpa.

File

qpa/qpa.module
View source
<?php

/**
 * The main file for qpa.
 * @file
 */

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

Functions

Namesort descending Description
qpa_help Implementation of hook_help().