Views' sort handlers
Same name in other branches
- 7.x-3.x handlers/views_handler_sort.inc \views_sort_handlers
Handlers to tell Views how to sort queries
File
-
handlers/
views_handler_sort.inc, line 2
Classes
Title Sort descending | File name | Summary |
---|---|---|
views_handler_sort | handlers/ |
Base sort handler that has no options and performs a simple sort |
views_handler_sort_broken | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_broken | handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_date | handlers/ |
Basic sort handler for dates. |
views_handler_sort_formula | handlers/ |
Base sort handler that has no options and performs a simple sort |
views_handler_sort_group_by_numeric | handlers/ |
Handler for GROUP BY on simple numeric fields. |
views_handler_sort_menu_hierarchy | handlers/ |
Sort in menu hierarchy order. |
views_handler_sort_ncs_last_comment_name | modules/ |
Sort handler to sort by last comment name which might be in 2 different fields. |
views_handler_sort_ncs_last_updated | modules/ |
Sort handler for the newer of last comment / node updated. |
views_handler_sort_random | handlers/ |
Handle a random sort. |
views_handler_sort_search_score | modules/ |
Field handler to provide simple renderer that allows linking to a node. |