You are here

function pay::form in Pay 6

Same name and namespace in other branches
  1. 7 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 256
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);
}