You are here

function pminvoice_handler_field_invoice_status::query in Drupal PM (Project Management) 7

Add fields to query.

Overrides views_handler_field::query

File

pminvoice/pminvoice_handler_field_invoice_status.inc, line 24
Handler for the Project Management Invoice status field in Views

Class

pminvoice_handler_field_invoice_status
Field handler for invoice status.

Code

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