You are here

function commerce_payment_handler_field_payment_transaction_link::query in Commerce Core 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_link.inc, line 32

Class

commerce_payment_handler_field_payment_transaction_link
Field handler to present a link to a payment transaction.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}