You are here

function pay_form::menu_path in Pay 7

Same name and namespace in other branches
  1. 6 includes/handlers/pay_form.inc \pay_form::menu_path()

Overrides pay::menu_path

1 call to pay_form::menu_path()
pay_form::form_alter in includes/handlers/pay_form.inc

File

includes/handlers/pay_form.inc, line 452
The base class for payment activities. All payment form classes should extend this.

Class

pay_form
@file The base class for payment activities. All payment form classes should extend this.

Code

function menu_path() {
  return check_plain($this->menu_path);
}