You are here

public function fivestar_views_handler_filter_in_operator::init in Fivestar 7.2

Initialize handler.

Overrides views_handler_filter::init

File

includes/fivestar_views_handler_filter_in_operator.inc, line 16
Provides the view handling functions for fivestar.

Class

fivestar_views_handler_filter_in_operator

Code

public function init(&$view, &$options) {
  parent::init($view, $options);

  // We handle empty/not empty ourselves.
  $this->definition['allow empty'] = FALSE;
}