You are here

function pay_handler_field_transaction_state::render in Pay 6

Same name and namespace in other branches
  1. 7 includes/views/pay_handler_field_transaction_state.inc \pay_handler_field_transaction_state::render()

File

includes/views/pay_handler_field_transaction_state.inc, line 9
A field hander for payment forms.

Class

pay_handler_field_transaction_state
@file A field hander for payment forms.

Code

function render(&$values) {
  return pay_transaction_state_name($values->{$this->field_alias});
}