You are here

function party_handler_field_delete_link::construct in Party 7

Same name and namespace in other branches
  1. 8.2 includes/views/party_handler_field_delete_link.inc \party_handler_field_delete_link::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/party_handler_field_delete_link.inc, line 9
Contains a Views field handler to take care of displaying deletes links as fields

Class

party_handler_field_delete_link
@file Contains a Views field handler to take care of displaying deletes links as fields

Code

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