You are here

class pay_handler_field_transaction_state 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

@file A field hander for payment forms.

Hierarchy

Expanded class hierarchy of pay_handler_field_transaction_state

1 string reference to 'pay_handler_field_transaction_state'
pay_views_data in includes/views/pay.views.inc
Implementation of hook_views_data(). TODO

File

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

View source
class pay_handler_field_transaction_state extends views_handler_field {
  function render(&$values) {
    return pay_transaction_state_name($values->{$this->field_alias});
  }

}

Members