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
|
Name |
Location | Description |
|---|---|---|
| Broken |
lib/ |
A special handler to take the place of missing or broken handlers. |
| NcsLastCommentName |
lib/ |
Sort handler to sort by last comment name which might be in 2 different fields. |
| NcsLastUpdated |
lib/ |
Sort handler for the newer of last comment / node updated. |
| Score |
lib/ |
Field handler to provide simple renderer that allows linking to a node. |
| SortPluginBase |
lib/ |
Base sort handler that has no options and performs a simple sort. |
| SortPluginBase |
lib/ |
Base sort handler that has no options and performs a simple sort. |
| Standard |
lib/ |
Default implementation of the base sort plugin. |
| Thread |
lib/ |
Sort handler for ordering by thread. |