Handlers to tell Views how to sort queries.
File
- core/
modules/ views/ handlers/ views_handler_sort.inc, line 7 - @todo.
Classes
Name | Location | Description |
---|---|---|
views_handler_sort |
core/ |
Base sort handler that has no options and performs a simple sort. |
views_handler_sort |
core/ |
Base sort handler that has no options and performs a simple sort. |
views_handler_sort_broken |
core/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_broken |
core/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_comment_thread |
core/ |
Sort handler for ordering by thread. |
views_handler_sort_date |
core/ |
Basic sort handler for dates. |
views_handler_sort_group_by_numeric |
core/ |
Handler for GROUP BY on simple numeric fields. |
views_handler_sort_menu_hierarchy |
core/ |
Sort in menu hierarchy order. |
views_handler_sort_ncs_last_comment_name |
core/ |
Sort handler to sort by last comment name which might be in 2 different fields. |
views_handler_sort_ncs_last_updated |
core/ |
Sort handler for the newer of last comment / node updated. |
views_handler_sort_random |
core/ |
Handle a random sort. |
views_handler_sort_search_score |
core/ |
Field handler to provide simple renderer that allows linking to a node. |