function pay::handler_title in Pay 6
Same name and namespace in other branches
- 7 includes/handlers/pay.inc \pay::handler_title()
File
- includes/
handlers/ pay.inc, line 126 - 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']);
}
}