Views' sort handlers

  1. 3.x handlers/views_handler_sort.inc views_sort_handlers
  2. 2.x handlers/views_handler_sort.inc views_sort_handlers

Handlers to tell Views how to sort queries

File

handlers/views_handler_sort.inc, line 2

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_broken handlers/views_handler_sort.inc A special handler to take the place of missing or broken handlers.
views_handler_sort_date handlers/views_handler_sort_date.inc Basic sort handler for dates.
views_handler_sort_formula handlers/views_handler_sort_formula.inc Base sort handler that has no options and performs a simple sort
views_handler_sort_menu_hierarchy handlers/views_handler_sort_menu_hierarchy.inc Sort in menu hierarchy order.