public function StylePluginBase::buildSortPost

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::buildSortPost()
Table::buildSortPost 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 394
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

public function buildSortPost() {
}