You are here

public function bat_event_handler_blocking_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_boolean_operator::construct

File

modules/bat_event/views/bat_event_handler_blocking_filter.inc, line 15

Class

bat_event_handler_blocking_filter

Code

public function construct() {
  parent::construct();
  $this->value_value = t('State');
}