You are here

Views sort handlers in Views (for Drupal 7) 8.3

Handlers to tell Views how to sort queries.

File

lib/Drupal/views/Plugin/views/sort/SortPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\sort\SortPluginBase.

Classes

Namesort descending Location Description
Broken lib/Drupal/views/Plugin/views/sort/Broken.php A special handler to take the place of missing or broken handlers.
NcsLastCommentName lib/Views/comment/Plugin/views/sort/NcsLastCommentName.php Sort handler to sort by last comment name which might be in 2 different fields.
NcsLastUpdated lib/Views/comment/Plugin/views/sort/NcsLastUpdated.php Sort handler for the newer of last comment / node updated.
Score lib/Views/search/Plugin/views/sort/Score.php Field handler to provide simple renderer that allows linking to a node.
SortPluginBase lib/Drupal/views/Plugin/views/sort/SortPluginBase.php Base sort handler that has no options and performs a simple sort.
SortPluginBase lib/Drupal/views/Plugin/views/sort/SortPluginBase.php Base sort handler that has no options and performs a simple sort.
Standard lib/Drupal/views/Plugin/views/sort/Standard.php Default implementation of the base sort plugin.
Thread lib/Views/comment/Plugin/views/sort/Thread.php Sort handler for ordering by thread.