You are here

function casetracker_case_handler_edit_link_field::construct in Case Tracker 7.2

Construct a new field handler.

Overrides casetracker_case_handler_link_field::construct

File

views/casetracker_case_handlers.inc, line 55
Contains a Views field handler to take care of displaying links to entities as fields.

Class

casetracker_case_handler_edit_link_field
@file Contains a Views field handler to take care of displaying edit links as fields

Code

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