You are here

public function Random::usesGroupBy in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/sort/Random.php \Drupal\views\Plugin\views\sort\Random::usesGroupBy()

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

core/modules/views/src/Plugin/views/sort/Random.php, line 21

Class

Random
Handle a random sort.

Namespace

Drupal\views\Plugin\views\sort

Code

public function usesGroupBy() {
  return FALSE;
}