You are here

public static function ManyToOneHelper::defineOptions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/ManyToOneHelper.php \Drupal\views\ManyToOneHelper::defineOptions()

File

core/modules/views/src/ManyToOneHelper.php, line 33
Contains \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,
  );
}