Returns TRUE if the exposed filter works like a grouped filter.
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 564
- Definition of Drupal\views\Plugin\views\HandlerBase.
Class
- HandlerBase
Namespace
Drupal\views\Plugin\views
Code
public function isAGroup() {
return FALSE;
}