You are here

public function bat_event_handler_event_operations_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_event/views/bat_event_handler_event_operations_field.inc, line 26
This field handler aggregates operations that can be done on a event under a single field providing a more flexible way to present them in a view

Class

bat_event_handler_event_operations_field

Code

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