function StylePluginBase::buildSortPost
Same name in other branches
- 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
- 8.9.x core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
- 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 426
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
public function buildSortPost() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.