You are here

function commerce_payment_handler_field_payment_transaction_operations::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_operations.inc, line 14

Class

commerce_payment_handler_field_payment_transaction_operations
Field handler to present a payment transaction's operations links.

Code

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