Search for build_sort

  1. Other projects
Title Object type File name Summary
ViewsUiBaseViewsWizard::build_sorts function plugins/views_wizard/views_ui_base_views_wizard.class.php Build the part of the form that allows the user to select the sort order.
views_plugin_style::build_sort function plugins/views_plugin_style.inc 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/views_plugin_style.inc 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/views_plugin_style_table.inc Determine if we should provide sorting based upon $_GET inputs.
views_plugin_style_table::build_sort_post function plugins/views_plugin_style_table.inc Add our actual sort criteria.