Handlers to tell Views how to sort queries. More...
Classes | |
class | views_handler_sort |
Base sort handler that has no options and performs a simple sort. More... | |
class | views_handler_sort_broken |
A special handler to take the place of missing or broken handlers. More... | |
class | views_handler_sort_date |
Basic sort handler for dates. More... | |
class | views_handler_sort_group_by_numeric |
Handler for GROUP BY on simple numeric fields. More... | |
class | views_handler_sort_menu_hierarchy |
Sort in menu hierarchy order. More... | |
class | views_handler_sort_random |
Handle a random sort. More... | |
class | views_handler_sort_ncs_last_comment_name |
Sort handler to sort by last comment name which might be in 2 different fields. More... | |
class | views_handler_sort_ncs_last_updated |
Sort handler for the newer of last comment / node updated. More... | |
class | views_handler_sort_search_score |
Field handler to provide simple renderer that allows linking to a node. More... |
Handlers to tell Views how to sort queries.