function pay::form in Pay 7
Same name and namespace in other branches
- 6 includes/handlers/pay.inc \pay::form()
2 calls to pay::form()
- pay_form::form in includes/
handlers/ pay_form.inc - pay_method_direct::form in includes/
handlers/ pay_method_direct.inc
3 methods override pay::form()
- pay_form::form in includes/
handlers/ pay_form.inc - pay_method_direct::form in includes/
handlers/ pay_method_direct.inc - pay_method_gateway::form in includes/
handlers/ pay_method_gateway.inc
File
- includes/
handlers/ pay.inc, line 289 - The base class for the Payment API.
Class
- pay
- @file The base class for the Payment API.
Code
function form(&$form, &$form_state) {
// Call form_setup to include the the form's id and other settings
$this
->form_setup($form, $form_state);
}