You are here

function rooms_booking_handler_delete_link_field::construct in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Construct a new field handler.

Overrides rooms_booking_handler_link_field::construct

File

modules/rooms_booking/views/rooms_booking_handler_delete_link_field.inc, line 11
Contains a Views field handler to take care of displaying deletes links as fields

Class

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

Code

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