function pay::form_validate in Pay 6
Same name and namespace in other branches
- 7 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 261 
- The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function form_validate($form, &$form_state) {
}