You are here

help.inc in SignatureField 7

Same filename and directory in other branches
  1. 7.2 includes/help.inc

Help module integration.

File

includes/help.inc
View source
<?php

/**
 * @file
 * Help module integration.
 */

/**
 * Implements hook_help().
 */
function signaturefield_help() {
}

Functions

Namesort descending Description
signaturefield_help Implements hook_help().