You are here

function merci_handler_field_merci_node_type_type_setting::construct in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 handlers/merci_handler_field.inc \merci_handler_field_merci_node_type_type_setting::construct()
  2. 6 handlers/merci_handler_field.inc \merci_handler_field_merci_node_type_type_setting::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

handlers/merci_handler_field.inc, line 13
merci views handlers

Class

merci_handler_field_merci_node_type_type_setting
Type setting Bucket|Resource.

Code

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