1 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.
File
- core/
modules/ views/ plugins/ views_plugin_style.inc, line 309 - Definition of views_plugin_style.
Class
- views_plugin_style
- Base class to define a style plugin handler.
Code
function build_sort_post() {
}