Search for build_sort
Title | Object type | File name | Summary |
---|---|---|---|
ViewsUiBaseViewsWizard::build_sorts | function | plugins/ |
Build the part of the form that allows the user to select the sort order. |
views_plugin_style::build_sort | function | plugins/ |
Called by the view builder to see if this style handler wants to interfere with the sorts. If so it should build; if it returns any non-TRUE value, normal sorting will NOT be added to the query. |
views_plugin_style::build_sort_post | function | plugins/ |
Called by the view builder to let the style build a second set of sorts that will come after any other sorts in the view. |
views_plugin_style_table::build_sort | function | plugins/ |
Determine if we should provide sorting based upon $_GET inputs. |
views_plugin_style_table::build_sort_post | function | plugins/ |
Add our actual sort criteria. |