public static function ManyToOneHelper::defineOptions

File

drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php, line 32
Definition of Drupal\views\ManyToOneHelper.

Class

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

Namespace

Drupal\views

Code

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