function DisplayPluginBase::useGroupBy
Does the display have groupby enabled?
Overrides DisplayPluginInterface::useGroupBy
1 call to DisplayPluginBase::useGroupBy()
- DisplayPluginBase::getHandlers in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php  - Get a full array of handlers for $type. This caches them.
 
File
- 
              core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 338  
Class
- DisplayPluginBase
 - Base class for views display plugins.
 
Namespace
Drupal\views\Plugin\views\displayCode
public function useGroupBy() {
  return $this->getOption('group_by');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.