You are here

public static function ManyToOneHelper::defineOptions in Views (for Drupal 7) 8.3

File

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,
  );
}