Views sort handlers

Handlers to tell Views how to sort queries.

File

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

Classes

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