You are here

function pay::menu_path in Pay 6

Same name and namespace in other branches
  1. 7 includes/handlers/pay.inc \pay::menu_path()
1 method overrides pay::menu_path()
pay_form::menu_path in includes/handlers/pay_form.inc

File

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

Class

pay
@file The base class for the Payment API.

Code

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