You are here

public function StylePluginBase::buildSortPost in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
  2. 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\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 core/modules/views/src/Plugin/views/style/Table.php
Add our actual sort criteria.

File

core/modules/views/src/Plugin/views/style/StylePluginBase.php, line 412

Class

StylePluginBase
Base class for views style plugins.

Namespace

Drupal\views\Plugin\views\style

Code

public function buildSortPost() {
}