function HandlerBase::isAGroup

Returns TRUE if the exposed filter works like a grouped filter.

1 method overrides HandlerBase::isAGroup()
FilterPluginBase::isAGroup in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Returns TRUE if the exposed filter works like a grouped filter.

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 650

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function isAGroup() {
  return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.