function 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;
}

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