public function StylePluginBase::buildSortPost in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::buildSortPost()
- 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\styleCode
public function buildSortPost() {
}