You are here

function pay::handler_title in Pay 7

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

File

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

Class

pay
@file The base class for the Payment API.

Code

function handler_title() {
  if ($info = pay_handlers($this->table, $this
    ->handler())) {
    return filter_xss($info['title']);
  }
}