You are here

public function bat_type_handler_type_revision_status_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_revision_status_field.inc, line 27
Contains a Views field handler to take care of displaying the correct label for unit bundles.

Class

bat_type_handler_type_revision_status_field

Code

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