function StylePluginBase::build_sort_post in Views (for Drupal 7) 8.3
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 StylePluginBase::build_sort_post()
- Table::build_sort_post in lib/
Drupal/ views/ Plugin/ views/ style/ Table.php - Add our actual sort criteria
File
- lib/
Drupal/ views/ Plugin/ views/ style/ StylePluginBase.php, line 386 - Definition of Drupal\views\Plugin\views\style\StylePluginBase.
Class
- StylePluginBase
- Base class to define a style plugin handler.
Namespace
Drupal\views\Plugin\views\styleCode
function build_sort_post() {
}