function StylePluginBase::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 StylePluginBase::build_sort_post()
Table::build_sort_post in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php
Add our actual sort criteria

File

drupal/core/modules/views/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\style

Code

function build_sort_post() {
}