You are here

function commerce_cardonfile_handler_field_card_operations::query in Commerce Card on File 7.2

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/commerce_cardonfile_handler_field_card_operations.inc, line 32

Class

commerce_cardonfile_handler_field_card_operations
Field handler to present a card data's operations links.

Code

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