You are here

public function views_plugin_style::build_sort_post in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_style.inc \views_plugin_style::build_sort_post()
  2. 6.2 plugins/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()
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 323
Definition of views_plugin_style.

Class

views_plugin_style
Base class to define a style plugin handler.

Code

public function build_sort_post() {
}