Full ELMS Learning Network documentation
Views sort handlers
- cis7 sites/all/modules/ulmus/views/handlers/views_handler_sort.inc views_sort_handlers
- cle7 sites/all/modules/ulmus/views/handlers/views_handler_sort.inc views_sort_handlers
- elmsmedia7 sites/all/modules/ulmus/views/handlers/views_handler_sort.inc views_sort_handlers
- icor7 sites/all/modules/ulmus/views/handlers/views_handler_sort.inc views_sort_handlers
- meedjum_blog7 sites/all/modules/ulmus/views/handlers/views_handler_sort.inc views_sort_handlers
- mooc7 sites/all/modules/ulmus/views/handlers/views_handler_sort.inc views_sort_handlers
Handlers to tell Views how to sort queries.
Classes
Name![]() |
Location | Description |
---|---|---|
views_handler_sort |
sites/ |
Base sort handler that has no options and performs a simple sort. |
views_handler_sort |
sites/ |
Base sort handler that has no options and performs a simple sort. |
views_handler_sort_broken |
sites/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_broken |
sites/ |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_comment_thread |
sites/ |
Sort handler for ordering by thread. |
views_handler_sort_date |
sites/ |
Basic sort handler for dates. |
views_handler_sort_group_by_numeric |
sites/ |
Handler for GROUP BY on simple numeric fields. |
views_handler_sort_menu_hierarchy |
sites/ |
Sort in menu hierarchy order. |
views_handler_sort_ncs_last_comment_name |
sites/ |
Sort handler to sort by last comment name which might be in 2 different fields. |
views_handler_sort_ncs_last_updated |
sites/ |
Sort handler for the newer of last comment / node updated. |
views_handler_sort_random |
sites/ |
Handle a random sort. |
views_handler_sort_search_score |
sites/ |
Field handler to provide simple renderer that allows linking to a node. |
File
- sites/
all/ modules/ ulmus/ views/ handlers/ views_handler_sort.inc, line 8 - @todo.