You are here

public function HistoryUserTimestamp::usesGroupBy in Drupal 8

Same name in this branch
  1. 8 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::usesGroupBy()
  2. 8 core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php \Drupal\history\Plugin\views\field\HistoryUserTimestamp::usesGroupBy()
Same name and namespace in other branches
  1. 9 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::usesGroupBy()
  2. 10 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::usesGroupBy()

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php, line 31

Class

HistoryUserTimestamp
Filter for new content.

Namespace

Drupal\history\Plugin\views\filter

Code

public function usesGroupBy() {
  return FALSE;
}