function views_plugin_style::build_sort_post

3.x views_plugin_style.inc views_plugin_style::build_sort_post()
2.x views_plugin_style.inc 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()

File

plugins/views_plugin_style.inc, line 297
Definition of views_plugin_style.

Class

views_plugin_style
Base class to define a style plugin handler.

Code

function build_sort_post() {
}