function HandlerBase::usesGroupBy
Same name in other branches
- 8.9.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::usesGroupBy()
- 10 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::usesGroupBy()
- 11.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::usesGroupBy()
Provides the handler some groupby.
13 methods override HandlerBase::usesGroupBy()
- AreaPluginBase::usesGroupBy in core/
modules/ views/ src/ Plugin/ views/ area/ AreaPluginBase.php - Provides the handler some groupby.
- ContextualLinks::usesGroupBy in core/
modules/ contextual/ src/ Plugin/ views/ field/ ContextualLinks.php - Provides the handler some groupby.
- Counter::usesGroupBy in core/
modules/ views/ src/ Plugin/ views/ field/ Counter.php - Provides the handler some groupby.
- Custom::usesGroupBy in core/
modules/ views/ src/ Plugin/ views/ field/ Custom.php - Provides the handler some groupby.
- EntityOperations::usesGroupBy in core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php - Provides the handler some groupby.
File
-
core/
modules/ views/ src/ Plugin/ views/ HandlerBase.php, line 324
Class
- HandlerBase
- Base class for Views handler plugins.
Namespace
Drupal\views\Plugin\viewsCode
public function usesGroupBy() {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.