You are here

static function views_many_to_one_helper::option_definition in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 includes/handlers.inc \views_many_to_one_helper::option_definition()
  2. 6.2 includes/handlers.inc \views_many_to_one_helper::option_definition()

File

includes/handlers.inc, line 829
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

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