function views_many_to_one_helper::option_definition

Same name in other branches
  1. 6.x-3.x includes/handlers.inc \views_many_to_one_helper::option_definition()

File

includes/handlers.inc, line 835

Class

views_many_to_one_helper
This many to one helper object is used on both arguments and filters.

Code

public static function option_definition(&$options) {
    $options['reduce_duplicates'] = array(
        'default' => FALSE,
        'bool' => TRUE,
    );
}