function Random::usesGroupBy

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/sort/Random.php \Drupal\views\Plugin\views\sort\Random::usesGroupBy()
  2. 10 core/modules/views/src/Plugin/views/sort/Random.php \Drupal\views\Plugin\views\sort\Random::usesGroupBy()
  3. 11.x core/modules/views/src/Plugin/views/sort/Random.php \Drupal\views\Plugin\views\sort\Random::usesGroupBy()

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

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