You are here

function merci_reservation_handler_field_operations::construct in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Construct a new field handler.

Overrides views_handler_field::construct

File

merci_reservation/includes/views/handlers/merci_reservation_handler_field_operations.inc, line 7

Class

merci_reservation_handler_field_operations
Field handler to present an order's operations links.

Code

function construct() {
  parent::construct();
  $this->additional_fields['id'] = 'id';
}