You are here

public function ExpressionSort::usesGroupBy in Views Sort Expression 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/sort/ExpressionSort.php, line 52

Class

ExpressionSort
Allows to use any SQL expression

Namespace

Drupal\views_sort_expression\Plugin\views\sort

Code

public function usesGroupBy() {
  return FALSE;
}