You are here

public function bat_event_handler_value_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_value_field.inc, line 22

Class

bat_event_handler_value_field

Code

public function query() {
  $this->field_alias = 'event_id';
}