function StylePluginBase::buildSortPost

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
  2. 8.9.x core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
  3. 10 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()

Allows the view builder to build a second set of sorts.

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 424

Class

StylePluginBase
Base class for views style plugins.

Namespace

Drupal\views\Plugin\views\style

Code

public function buildSortPost() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.