You are here

public function bat_unit_handler_type_id_filter::construct in Booking and Availability Management Tools for Drupal 7

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_filter_in_operator::construct

File

modules/bat_unit/views/bat_unit_handler_type_id_filter.inc, line 17
Contains a Views filter handler to take care of displaying the correct label for unit bundles.

Class

bat_unit_handler_type_id_filter

Code

public function construct() {
  parent::construct();
}