function HandlerBase::usesGroupBy

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::usesGroupBy()
  2. 10 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::usesGroupBy()
  3. 8.9.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::usesGroupBy()

Provides the handler some groupby.

2 methods override HandlerBase::usesGroupBy()
HistoryUserTimestamp::usesGroupBy in core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
Provides the handler some groupby.
Links::usesGroupBy in core/modules/views/src/Plugin/views/field/Links.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\views

Code

public function usesGroupBy() {
  return TRUE;
}

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