You are here

public function bat_event_handler_delete_link_field::construct in Booking and Availability Management Tools for Drupal 7

Construct a new field handler.

Overrides bat_event_handler_link_field::construct

File

modules/bat_event/views/bat_event_handler_delete_link_field.inc, line 17
Contains a Views field handler to take care of displaying deletes links as fields

Class

bat_event_handler_delete_link_field

Code

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