Handlers to tell Views how to sort queries.

File

modules/views/handlers/views_handler_sort.inc, line 8
@todo.

Classes

Namesort descending Location Description
views_handler_sort modules/views/handlers/views_handler_sort.inc Base sort handler that has no options and performs a simple sort.
views_handler_sort modules/views/handlers/views_handler_sort.inc Base sort handler that has no options and performs a simple sort.
views_handler_sort_broken modules/views/handlers/views_handler_sort.inc A special handler to take the place of missing or broken handlers.
views_handler_sort_broken modules/views/handlers/views_handler_sort.inc A special handler to take the place of missing or broken handlers.
views_handler_sort_comment_thread modules/comment/views/views_handler_sort_comment_thread.inc Sort handler for ordering by thread.
views_handler_sort_date modules/views/handlers/views_handler_sort_date.inc Basic sort handler for dates.
views_handler_sort_group_by_numeric modules/views/handlers/views_handler_sort_group_by_numeric.inc Handler for GROUP BY on simple numeric fields.
views_handler_sort_menu_hierarchy modules/views/handlers/views_handler_sort_menu_hierarchy.inc Sort in menu hierarchy order.
views_handler_sort_ncs_last_comment_name modules/comment/views/views_handler_sort_ncs_last_comment_name.inc Sort handler to sort by last comment name which might be in 2 different fields.
views_handler_sort_ncs_last_updated modules/comment/views/views_handler_sort_ncs_last_updated.inc Sort handler for the newer of last comment / node updated.
views_handler_sort_random modules/views/handlers/views_handler_sort_random.inc Handle a random sort.
views_handler_sort_search_score modules/search/views/views_handler_sort_search_score.inc Field handler to provide simple renderer that allows linking to a node.