You are here

public function bat_booking_handler_night_field::query in Booking and Availability Management Tools for Drupal 7

Called to add the field to a query.

Overrides views_handler_field::query

File

modules/bat_booking/views/bat_booking_handler_night_field.inc, line 24

Class

bat_booking_handler_night_field

Code

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