You are here

function pay::form_validate in Pay 7

Same name and namespace in other branches
  1. 6 includes/handlers/pay.inc \pay::form_validate()
1 call to pay::form_validate()
pay_form::form_validate in includes/handlers/pay_form.inc
1 method overrides pay::form_validate()
pay_form::form_validate in includes/handlers/pay_form.inc

File

includes/handlers/pay.inc, line 294
The base class for the Payment API.

Class

pay
@file The base class for the Payment API.

Code

function form_validate($form, &$form_state) {
}