Same name and namespace in other branches
  1. 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
Definition of views_handler_sort.

Classes

Namesort descending Location Description
views_handler_sort handlers/views_handler_sort.inc Base sort handler that has no options and performs a simple sort.
views_handler_sort handlers/views_handler_sort.inc Base sort handler that has no options and performs a simple sort.
views_handler_sort_broken handlers/views_handler_sort.inc A special handler to take the place of missing or broken handlers.
views_handler_sort_broken 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_handler_sort_comment_thread.inc Sort handler for ordering by thread.
views_handler_sort_date handlers/views_handler_sort_date.inc Basic sort handler for dates.
views_handler_sort_group_by_numeric handlers/views_handler_sort_group_by_numeric.inc Handler for GROUP BY on simple numeric fields.
views_handler_sort_menu_hierarchy handlers/views_handler_sort_menu_hierarchy.inc Sort in menu hierarchy order.
views_handler_sort_ncs_last_comment_name modules/comment/views_handler_sort_ncs_last_comment_name.inc Sort by last comment name, which might be in two different fields.
views_handler_sort_ncs_last_updated modules/comment/views_handler_sort_ncs_last_updated.inc Sort handler for the newer of last comment / node updated.
views_handler_sort_node_language modules/locale/views_handler_sort_node_language.inc Sort handler that allows sorting on a specific language.
views_handler_sort_node_version_count modules/node/views_handler_sort_node_version_count.inc A handler that sorts on the total count of versions/revisions of a node.
views_handler_sort_random handlers/views_handler_sort_random.inc Handle a random sort.
views_handler_sort_search_score modules/search/views_handler_sort_search_score.inc Field handler to provide simple renderer that allows linking to a node.