ManyToOneHelper::defineOptions

public static ManyToOneHelper::defineOptions(&$options)

File

core/modules/views/src/ManyToOneHelper.php, line 27

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);
}
doc_Drupal
2016-10-29 09:25:29
Comments
Leave a Comment

Please login to continue.