function views_plugin_style::build_sort_post
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.
1 method overrides views_plugin_style::build_sort_post()
- views_plugin_style_table::build_sort_post in plugins/
views_plugin_style_table.inc - Add our actual sort criteria.
File
-
plugins/
views_plugin_style.inc, line 325
Class
- views_plugin_style
- Base class to define a style plugin handler.
Code
public function build_sort_post() {
}