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/field/HistoryUserTimestamp.php \Drupal\history\Plugin\views\field\HistoryUserTimestamp::usesGroupBy()

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php, line 26

Class

HistoryUserTimestamp
Field handler to display the marker for new content.

Namespace

Drupal\history\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}