You are here

public function bat_event_handler_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_event/views/bat_event_handler_link_field.inc, line 51
Contains a Views field handler to take care of displaying links to entities as fields.

Class

bat_event_handler_link_field

Code

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