You are here

function party_handler_field_delete_link::construct in Party 8.2

Same name and namespace in other branches
  1. 7 includes/views/party_handler_field_delete_link.inc \party_handler_field_delete_link::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';
}