You are here

function pay::handler in Pay 7

Same name and namespace in other branches
  1. 6 includes/handlers/pay.inc \pay::handler()
13 calls to pay::handler()
pay::form_setup in includes/handlers/pay.inc
pay::handler_title in includes/handlers/pay.inc
pay::permissions_settings in includes/handlers/pay.inc
pay_form::form in includes/handlers/pay_form.inc
pay_form::form_alter in includes/handlers/pay_form.inc

... See full list

File

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

Class

pay
@file The base class for the Payment API.

Code

function handler() {
  $this
    ->set_handler();
  return $this->handler;
}