You are here

public function ViewsRandomSeedRandom::usesGroupBy in Views random seed 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/sort/ViewsRandomSeedRandom.php, line 150

Class

ViewsRandomSeedRandom
Handle a random sort with seed.

Namespace

Drupal\views_random_seed\Plugin\views\sort

Code

public function usesGroupBy() {
  return FALSE;
}