You are here

public function bat_booking_handler_edit_link_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_edit_link_field.inc, line 50
Contains a Views field handler to take care of displaying edit links as fields.

Class

bat_booking_handler_edit_link_field

Code

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