function Random::query
Called to add the sort to a query.
Overrides SortPluginBase::query
File
- 
              core/
modules/ views/ src/ Plugin/ views/ sort/ Random.php, line 25  
Class
- Random
 - Handle a random sort.
 
Namespace
Drupal\views\Plugin\views\sortCode
public function query() {
  $this->query
    ->addOrderBy('rand');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.