public function Broken::query

Same name in this branch

Called to add the sort to a query.

Overrides SortPluginBase::query

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Broken.php, line 29
Definition of Drupal\views\Plugin\views\sort\Broken.

Class

Broken
A special handler to take the place of missing or broken handlers.

Namespace

Drupal\views\Plugin\views\sort

Code

public function query($group_by = FALSE) {

  /* No query to run */
}