You are here

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

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/rooms_booking/views/rooms_booking_handler_link_field.inc, line 35
Contains a Views field handler to take care of displaying links to entities as fields.

Class

rooms_booking_handler_link_field
@file Contains a Views field handler to take care of displaying links to entities as fields.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}