function views_many_to_one_helper::option_definition
Same name in other branches
- 7.x-3.x includes/handlers.inc \views_many_to_one_helper::option_definition()
2 calls to views_many_to_one_helper::option_definition()
- views_handler_argument_many_to_one::option_definition in handlers/
views_handler_argument_many_to_one.inc - Information about options for all kinds of purposes will be held here.
- views_handler_filter_many_to_one::option_definition in handlers/
views_handler_filter_many_to_one.inc - Information about options for all kinds of purposes will be held here.
File
-
includes/
handlers.inc, line 763
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,
);
}