function views_many_to_one_helper::option_definition

3.x handlers.inc static views_many_to_one_helper::option_definition(&$options)
2.x handlers.inc views_many_to_one_helper::option_definition(&$options)

File

includes/handlers.inc, line 517
handlers.inc Defines the various handler objects to help build and display views.

Class

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

Code

function option_definition(&$options) {
  $options['reduce_duplicates'] = array('default' => FALSE);
}