Handlers to tell Views how to sort queries.

File

core/modules/views/handlers/views_handler_sort.inc, line 7
@todo.

Classes

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