Views sort handlers
Same name in other branches
- 6.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 8
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 | 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_comment_thread | modules/ |
Sort handler for ordering by thread. |
views_handler_sort_date | handlers/ |
Basic sort handler for dates. |
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 by last comment name, which might be in two different fields. |
views_handler_sort_ncs_last_updated | modules/ |
Sort handler for the newer of last comment / node updated. |
views_handler_sort_node_language | modules/ |
Sort handler that allows sorting on a specific language. |
views_handler_sort_node_version_count | modules/ |
A handler that sorts on the total count of versions/revisions of a node. |
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. |