You are here

function pollim_handler_edit_link_field::construct in Poll Improved 7

Construct a new field handler.

Overrides pollim_handler_link_field::construct

File

views/pollim_handler_edit_link_field.inc, line 11
Contains a Views field handler to take care of displaying edit links as fields

Class

pollim_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';
}