You are here

public function bat_type_handler_type_calendars_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_unit/views/bat_type_handler_type_calendars_field.inc, line 26
This field handler aggregates calendar edit links for a Bat Type under a single field.

Class

bat_type_handler_type_calendars_field

Code

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